Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/test/common/
Dmock_csis_client.h34 MOCK_METHOD((std::vector<RawAddress>), GetDeviceList, (int group_id),
/packages/modules/Bluetooth/system/bta/include/
Dbta_csis_api.h51 virtual std::vector<RawAddress> GetDeviceList(int group_id) = 0;
/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc420 auto addresses = csis_api->GetDeviceList(group_id); in set_sample_database()
530 mock_csis_client_module_.GetDeviceList(synced_group); in set_sample_database()
586 mock_csis_client_module_.GetDeviceList(synced_group); in set_sample_database()
1983 ON_CALL(mock_csis_client_module_, GetDeviceList(not_synced_group)) in TEST_F()
2429 ON_CALL(mock_csis_client_module_, GetDeviceList(unlucky_group)) in TEST_F()
2455 ON_CALL(mock_csis_client_module_, GetDeviceList(not_synced_group)) in TEST_F()
2522 ON_CALL(mock_csis_client_module_, GetDeviceList(synced_group)) in TEST_F()
2666 ON_CALL(mock_csis_client_module_, GetDeviceList(not_synced_group)) in TEST_F()
2733 ON_CALL(mock_csis_client_module_, GetDeviceList(synced_group)) in TEST_F()
2827 ON_CALL(mock_csis_client_module_, GetDeviceList(not_synced_group)) in TEST_F()
[all …]
Dhas_client.cc165 addresses = csis_api->GetDeviceList(group_id); in Connect()
215 addresses = csis_api->GetDeviceList(group_id); in Disconnect()
554 auto addresses = csis_api->GetDeviceList(group_id); in CpPresetOperationCaller()
745 addresses = csis_api->GetDeviceList(operation.GetGroupId()); in CpWritePresetNameOperation()
795 auto addresses = csis_api->GetDeviceList(std::get<int>(addr_or_group_id)); in shouldRequestSyncedOp()
/packages/modules/Bluetooth/system/bta/vc/
Dvc.cc397 auto devices = csis_api->GetDeviceList(group_id); in HandleAutonomusVolumeChange()
906 auto devices = csis_api->GetDeviceList(group_id); in MuteUnmute()
985 auto devices = csis_api->GetDeviceList(group_id); in SetVolume()
Dvc_test.cc1529 ON_CALL(mock_csis_client_module_, GetDeviceList(_)) in SetUp()
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc453 std::vector<RawAddress> GetDeviceList(int group_id) override { in GetDeviceList() function in __anond4be34f90111::CsisClientImpl
/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices_test.cc554 ON_CALL(mock_csis_client_module_, GetDeviceList(_)) in SetUp()
Dstate_machine_test.cc306 ON_CALL(mock_csis_client_module_, GetDeviceList(_)) in SetUp()