Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/connection/mocks/
Dmock_le_manager.rs21 active: Rc<RefCell<Option<Rc<MockActiveLeAclManager>>>>,
30 fn inner(&self) -> Rc<MockActiveLeAclManager> { in inner() argument
68 type ActiveManager = Rc<MockActiveLeAclManager>;
74 let out = MockActiveLeAclManager::new(); in register_callbacks()
82 pub struct MockActiveLeAclManager { struct
93 impl MockActiveLeAclManager { argument
95 Rc::new(MockActiveLeAclManager { in new()
143 impl LeAclManager for Rc<MockActiveLeAclManager> {
/packages/modules/Bluetooth/system/rust/src/connection/
Dacceptlist_manager.rs111 le_manager::ErrorCode, mocks::mock_le_manager::MockActiveLeAclManager,
169 let mock_le_manager = MockActiveLeAclManager::new(); in test_add_to_direct_list()
187 let mock_le_manager = MockActiveLeAclManager::new(); in test_add_to_background_list()
205 let mock_le_manager = MockActiveLeAclManager::new(); in test_background_connection_upgrade_to_direct()
225 let mock_le_manager = MockActiveLeAclManager::new(); in test_direct_connection_cancel_while_background()
249 let mock_le_manager = MockActiveLeAclManager::new(); in test_direct_connection_cancel_then_resume_while_background()
277 let mock_le_manager = MockActiveLeAclManager::new(); in test_remove_background_connection_then_add()
294 let mock_le_manager = MockActiveLeAclManager::new(); in test_background_connection_remove_then_add()
314 let mock_le_manager = MockActiveLeAclManager::new(); in test_retry_direct_connection_after_disconnect()
342 let mock_le_manager = MockActiveLeAclManager::new(); in test_background_connection_remove_then_add_while_direct()