Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc685 ON_CALL(mock_gatt_interface_, GetCharacteristic(_, _)) in SetUpMockGatt()
703 ON_CALL(mock_gatt_interface_, GetOwningService(_, _)) in SetUpMockGatt()
718 ON_CALL(mock_gatt_interface_, ServiceSearchRequest(_, _)) in SetUpMockGatt()
723 ON_CALL(mock_gatt_interface_, GetServices(_)) in SetUpMockGatt()
730 ON_CALL(mock_gatt_interface_, RegisterForNotifications(gatt_if, _, _)) in SetUpMockGatt()
734 ON_CALL(mock_gatt_interface_, DeregisterForNotifications(gatt_if, _, _)) in SetUpMockGatt()
774 ON_CALL(mock_gatt_interface_, Open(_, _, BTM_BLE_DIRECT_CONNECTION, _)) in SetUpMockGatt()
781 ON_CALL(mock_gatt_interface_, Close(_)) in SetUpMockGatt()
1555 gatt::SetMockBtaGattInterface(&mock_gatt_interface_); in SetUp()
1667 EXPECT_CALL(mock_gatt_interface_, AppDeregister(gatt_if)).Times(1); in TearDown()
[all …]