Searched defs:IsolationManager (Results 1 – 3 of 3) sorted by relevance
13 pub struct IsolationManager { struct18 impl IsolationManager { implementation
60 isolation_manager: &IsolationManager, in try_parse_att_server_packet()168 ) -> IsolationManager { in create_manager_with_isolated_connection()
58 isolation_manager: Arc<Mutex<IsolationManager>>, in new()168 pub fn get_isolation_manager(&mut self) -> MutexGuard<'_, IsolationManager> { in get_isolation_manager() argument