Home
last modified time | relevance | path

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

/system/see/authmgr/authmgr-be/src/
Ddata_structures.rs186 pub struct AuthStartedPvm { struct
197 impl AuthStartedPvm { implementation
228 pub fn insert(&mut self, auth_started_pvm: AuthStartedPvm) { in insert()
248 pub fn take_via_transport_id(&mut self, transport_id: TransportID) -> Option<AuthStartedPvm> { in take_via_transport_id()