Home
last modified time | relevance | path

Searched refs:lifetime_duration (Results 1 – 2 of 2) sorted by relevance

/webrtc/turn/src/server/request/
H A Drequest_test.rs18 let lifetime_duration = allocation_lifetime(&m); in test_allocation_lifetime_parsing() localVariable
21 lifetime_duration, DEFAULT_LIFETIME, in test_allocation_lifetime_parsing()
27 let lifetime_duration = allocation_lifetime(&m); in test_allocation_lifetime_parsing() localVariable
29 lifetime_duration, lifetime.0, in test_allocation_lifetime_parsing()
43 let lifetime_duration = allocation_lifetime(&m2); in test_allocation_lifetime_overflow() localVariable
45 lifetime_duration, DEFAULT_LIFETIME, in test_allocation_lifetime_overflow()
/webrtc/turn/src/server/
H A Drequest.rs471 let lifetime_duration = allocation_lifetime(m); in handle_allocate_request() localVariable
478 lifetime_duration, in handle_allocate_request()
530 Box::new(Lifetime(lifetime_duration)), in handle_allocate_request()
565 let lifetime_duration = allocation_lifetime(m); in handle_refresh_request() localVariable
572 if lifetime_duration != Duration::from_secs(0) { in handle_refresh_request()
575 a.refresh(lifetime_duration).await; in handle_refresh_request()
587 Box::new(Lifetime(lifetime_duration)), in handle_refresh_request()
879 let mut lifetime_duration = DEFAULT_LIFETIME; in allocation_lifetime() localVariable
883 lifetime_duration = lifetime.0; in allocation_lifetime()
886 lifetime_duration in allocation_lifetime()