Home
last modified time | relevance | path

Searched refs:TestAuthHandler (Results 1 – 5 of 5) sorted by relevance

/webrtc/turn/src/server/request/
H A Drequest_test.rs52 struct TestAuthHandler; struct
53 impl AuthHandler for TestAuthHandler { implementation
75 let mut r = Request::new(l, socket, allocation_manager, Arc::new(TestAuthHandler {})); in test_allocation_lifetime_deletion_zero_lifetime()
/webrtc/turn/src/server/
H A Dserver_test.rs15 struct TestAuthHandler { struct
19 impl TestAuthHandler { implementation
27 TestAuthHandler { cred_map } in new()
31 impl AuthHandler for TestAuthHandler { implementation
59 auth_handler: Arc::new(TestAuthHandler::new()), in test_server_simple()
194 auth_handler: Arc::new(TestAuthHandler::new()), in build_vnet()
/webrtc/turn/src/client/
H A Dclient_test.rs121 struct TestAuthHandler; struct
122 impl AuthHandler for TestAuthHandler { implementation
151 auth_handler: Arc::new(TestAuthHandler {}), in test_client_nonce_expiration()
/webrtc/turn/src/allocation/allocation_manager/
H A Dallocation_manager_test.rs393 struct TestAuthHandler; struct
394 impl AuthHandler for TestAuthHandler { implementation
416 auth_handler: Arc::new(TestAuthHandler {}), in create_server()
/webrtc/ice/src/agent/
H A Dagent_vnet_test.rs187 pub(crate) struct TestAuthHandler { struct
191 impl TestAuthHandler { implementation
199 TestAuthHandler { cred_map } in new()
203 impl turn::auth::AuthHandler for TestAuthHandler { implementation
238 auth_handler: Arc::new(TestAuthHandler::new()), in add_vnet_stun()