Searched defs:isolation_manager (Results 1 – 3 of 3) sorted by relevance
114 let mut isolation_manager = IsolationManager::new(); in test_non_isolated_connect() localVariable124 let mut isolation_manager = IsolationManager::new(); in test_isolated_connect() localVariable135 let mut isolation_manager = IsolationManager::new(); in test_non_isolated_connect_with_isolated_advertiser() localVariable146 let mut isolation_manager = IsolationManager::new(); in test_advertiser_id_reuse() localVariable162 let mut isolation_manager = IsolationManager::new(); in test_server_closed() localVariable177 let mut isolation_manager = IsolationManager::new(); in test_connection_isolated_after_advertiser_stops() localVariable189 let mut isolation_manager = IsolationManager::new(); in test_connection_isolated_after_server_stops() localVariable201 let mut isolation_manager = IsolationManager::new(); in test_not_isolated_after_disconnection() localVariable213 let mut isolation_manager = IsolationManager::new(); in test_tcb_idx_reuse_after_isolated() localVariable
177 let mut isolation_manager = IsolationManager::new(); in create_manager_with_isolated_connection() localVariable185 let isolation_manager = create_manager_with_isolated_connection(TCB_IDX, SERVER_ID); in test_packet_capture_when_isolated() localVariable202 let isolation_manager = create_manager_with_isolated_connection(TCB_IDX, SERVER_ID); in test_packet_bypass_when_isolated() localVariable219 let isolation_manager = create_manager_with_isolated_connection(TCB_IDX, SERVER_ID); in test_mtu_bypass() localVariable236 let isolation_manager = IsolationManager::new(); in test_packet_bypass_when_not_isolated() localVariable
13 pub mod isolation_manager; module55 isolation_manager: Arc<Mutex<IsolationManager>>, field