Home
last modified time | relevance | path

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

/external/rust/beto-rust/remoteauth/remote_auth_protocol/src/
Dremote_auth_service.rs17 pub struct RemoteAuthService<'a, T: DeviceDiscoveryListener> { struct
21 impl<'a, T: DeviceDiscoveryListener + PartialEq> RemoteAuthService<'a, T> { impl
22 pub fn new() -> RemoteAuthService<'a, T> { in new()
23 RemoteAuthService { in new()
34 for RemoteAuthService<'a, T>
67 impl<'a, T: DeviceDiscoveryListener + PartialEq> Default for RemoteAuthService<'a, T> { implementation
111 let mut ras = RemoteAuthService::new(); in single_listener_discover_notification()
125 let mut ras = RemoteAuthService::new(); in all_listeners_discover_notification()
141 let mut ras = RemoteAuthService::new(); in listeners_discover_notification_for_all_devices()
157 let mut ras = RemoteAuthService::new(); in single_listener_lost_notification()
[all …]