Searched refs:btm_interface (Results 1 – 3 of 3) sorted by relevance
/aosp12/system/bt/bta/test/common/ |
H A D | btm_api_mock.cc | 20 static bluetooth::manager::MockBtmInterface* btm_interface = nullptr; variable 24 btm_interface = mock_btm_interface; in SetMockBtmInterface() 30 return btm_interface->GetSecurityFlagsByTransport(bd_addr, p_sec_flags, in BTM_GetSecurityFlagsByTransport() 38 return btm_interface->SetEncryption(bd_addr, transport, p_callback, in BTM_SetEncryption()
|
/aosp12/system/bt/bta/vc/ |
H A D | vc_test.cc | 163 bluetooth::manager::SetMockBtmInterface(&btm_interface); in SetUp() 253 ON_CALL(btm_interface, GetSecurityFlagsByTransport(address, NotNull(), _)) in TestConnect() 272 ON_CALL(btm_interface, GetSecurityFlagsByTransport(address, NotNull(), _)) in TestAddFromStorage() 363 ON_CALL(btm_interface, GetSecurityFlagsByTransport(address, NotNull(), _)) in SetEncryptionResult() 365 EXPECT_CALL(btm_interface, in SetEncryptionResult() 394 bluetooth::manager::MockBtmInterface btm_interface; member in bluetooth::vc::internal::__anon8c213e3e0110::VolumeControlTest 504 Mock::VerifyAndClearExpectations(&btm_interface); in TEST_F()
|
H A D | devices_test.cc | 219 bluetooth::manager::SetMockBtmInterface(&btm_interface); in SetUp() 295 bluetooth::manager::MockBtmInterface btm_interface; member in bluetooth::vc::internal::VolumeControlDeviceTest 431 ON_CALL(btm_interface, GetSecurityFlagsByTransport(_, _, _)) in TEST_F() 436 ON_CALL(btm_interface, GetSecurityFlagsByTransport(_, _, _)) in TEST_F() 440 ON_CALL(btm_interface, GetSecurityFlagsByTransport(_, _, _)) in TEST_F()
|