Searched refs:mock_gatt_queue_ (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | le_audio_client_test.cc | 738 ON_CALL(mock_gatt_queue_, WriteDescriptor(_, _, _, _, _, _)) in SetUpMockGatt() 788 ON_CALL(mock_gatt_queue_, ReadCharacteristic(_, _, _, _)) in SetUpMockGatt() 1556 gatt::SetMockBtaGattQueue(&mock_gatt_queue_); in SetUp() 2826 NiceMock<gatt::MockBtaGattQueue> mock_gatt_queue_; member in bluetooth::le_audio::UnicastTestNoInit 5482 Mock::VerifyAndClearExpectations(&mock_gatt_queue_); in TEST_F() 5514 EXPECT_CALL(mock_gatt_queue_, Clean(conn_id)).Times(AtLeast(1)); in TEST_F() 5531 Mock::VerifyAndClearExpectations(&mock_gatt_queue_); in TEST_F() 5607 EXPECT_CALL(mock_gatt_queue_, Clean(conn_id)).Times(AtLeast(1)); in TEST_F() 5665 EXPECT_CALL(mock_gatt_queue_, Clean(conn_id)).Times(AtLeast(1)); in TEST_F() 5672 Mock::VerifyAndClearExpectations(&mock_gatt_queue_); in TEST_F() [all …]
|