Home
last modified time | relevance | path

Searched defs:AuthenticatedConnectionState (Results 1 – 4 of 4) sorted by relevance

/system/see/authmgr/authmgr-be/src/
Ddata_structures.rs54 pub struct AuthenticatedConnectionState { struct
73 impl AuthenticatedConnectionState { impl
Dtests.rs162 connection_state: AuthenticatedConnectionState, in store_authenticated_state()
171 fn get_authenticated_state(&self) -> Result<Option<&AuthenticatedConnectionState>, Error> { in get_authenticated_state()
180 ) -> Result<Option<&mut AuthenticatedConnectionState>, Error> { in get_mutable_authenticated_state()
Dtraits.rs86 connection_state: AuthenticatedConnectionState, in store_authenticated_state()
92 fn get_authenticated_state(&self) -> Result<Option<&AuthenticatedConnectionState>, Error>; in get_authenticated_state()
99 ) -> Result<Option<&mut AuthenticatedConnectionState>, Error>; in get_mutable_authenticated_state()
Dauthorization.rs619 state: &AuthenticatedConnectionState, in update_global_list_of_authorized_clients()