Searched refs:mock_btm_interface_ (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_client_test.cc | 1554 bluetooth::manager::SetMockBtmInterface(&mock_btm_interface_); in SetUp() 1567 ON_CALL(mock_btm_interface_, IsLinkKeyKnown(_, _)) in SetUp() 1828 ON_CALL(mock_btm_interface_, BTM_IsEncrypted(address, _)) in ConnectLeAudio() 1831 ON_CALL(mock_btm_interface_, IsLinkKeyKnown(address, _)) in ConnectLeAudio() 1854 Mock::VerifyAndClearExpectations(&mock_btm_interface_); in ConnectLeAudio() 1867 ON_CALL(mock_btm_interface_, GetHCIConnHandle(address, _)) in DisconnectLeAudioWithGattClose() 1870 EXPECT_CALL(mock_btm_interface_, AclDisconnectFromHandle(conn_id, _)) in DisconnectLeAudioWithGattClose() 1878 Mock::VerifyAndClearExpectations(&mock_btm_interface_); in DisconnectLeAudioWithGattClose() 1891 ON_CALL(mock_btm_interface_, GetHCIConnHandle(address, _)) in DisconnectLeAudioWithAclClose() 1894 EXPECT_CALL(mock_btm_interface_, AclDisconnectFromHandle(conn_id, _)) in DisconnectLeAudioWithAclClose() [all …]
|