Searched refs:mock_btif_storage_ (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_client_test.cc | 1557 bluetooth::storage::SetMockBtifStorageInterface(&mock_btif_storage_); in SetUp() 2853 NiceMock<bluetooth::storage::MockBtifStorageInterface> mock_btif_storage_; member in bluetooth::le_audio::UnicastTestNoInit 3617 EXPECT_CALL(mock_btif_storage_, AddLeaudioAutoconnect(test_address0, true)) in TEST_F() 3626 EXPECT_CALL(mock_btif_storage_, AddLeaudioAutoconnect(test_address1, true)) in TEST_F() 3633 Mock::VerifyAndClearExpectations(&mock_btif_storage_); in TEST_F() 3638 EXPECT_CALL(mock_btif_storage_, AddLeaudioAutoconnect(test_address1, false)) in TEST_F() 3640 EXPECT_CALL(mock_btif_storage_, AddLeaudioAutoconnect(test_address0, false)) in TEST_F() 3663 EXPECT_CALL(mock_btif_storage_, AddLeaudioAutoconnect(test_address0, true)) in TEST_F() 3672 EXPECT_CALL(mock_btif_storage_, AddLeaudioAutoconnect(test_address1, true)) in TEST_F() 3679 Mock::VerifyAndClearExpectations(&mock_btif_storage_); in TEST_F() [all …]
|
D | devices_test.cc | 108 bluetooth::storage::SetMockBtifStorageInterface(&mock_btif_storage_); in SetUp() 119 bluetooth::storage::MockBtifStorageInterface mock_btif_storage_; member in bluetooth::le_audio::internal::__anon1b30b59b0111::LeAudioDevicesTest 219 ON_CALL(mock_btif_storage_, GetRemoteDeviceProperty(_, _)) in TEST_F() 232 ON_CALL(mock_btif_storage_, GetRemoteDeviceProperty(_, _)) in TEST_F()
|