Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/has/
Dhas_client_test.cc526 auto synced_group = mock_csis_client_module_.GetGroupId( in set_sample_database()
530 mock_csis_client_module_.GetDeviceList(synced_group); in set_sample_database()
582 auto synced_group = mock_csis_client_module_.GetGroupId( in set_sample_database()
586 mock_csis_client_module_.GetDeviceList(synced_group); in set_sample_database()
678 MockCsisClient::SetMockInstanceForTesting(&mock_csis_client_module_); in SetUp()
679 ON_CALL(mock_csis_client_module_, Get()) in SetUp()
680 .WillByDefault(Return(&mock_csis_client_module_)); in SetUp()
681 ON_CALL(mock_csis_client_module_, IsCsisClientRunning()) in SetUp()
1177 MockCsisClient mock_csis_client_module_; member in bluetooth::has::internal::__anon0c88c72c0111::HasClientTestBase
1983 ON_CALL(mock_csis_client_module_, GetDeviceList(not_synced_group)) in TEST_F()
[all …]
/packages/modules/Bluetooth/system/bta/le_audio/
Dle_audio_client_test.cc826 MockCsisClient::SetMockInstanceForTesting(&mock_csis_client_module_); in SetUpMockGroups()
831 ON_CALL(mock_csis_client_module_, Get()) in SetUpMockGroups()
832 .WillByDefault(Return(&mock_csis_client_module_)); in SetUpMockGroups()
2816 NiceMock<MockCsisClient> mock_csis_client_module_; member in bluetooth::le_audio::UnicastTestNoInit
3148 ON_CALL(mock_csis_client_module_, IsCsisClientRunning()) in TEST_F()
3322 ON_CALL(mock_csis_client_module_, IsCsisClientRunning()) in TEST_F_WITH_FLAGS()
3612 ON_CALL(mock_csis_client_module_, IsCsisClientRunning()) in TEST_F()
3658 ON_CALL(mock_csis_client_module_, IsCsisClientRunning()) in TEST_F()
5347 ON_CALL(mock_csis_client_module_, IsCsisClientRunning()) in TEST_F()
6400 ON_CALL(mock_csis_client_module_, IsCsisClientRunning()) in TEST_F()
[all …]
Ddevices_test.cc549 MockCsisClient::SetMockInstanceForTesting(&mock_csis_client_module_); in SetUp()
550 ON_CALL(mock_csis_client_module_, Get()) in SetUp()
551 .WillByDefault(Return(&mock_csis_client_module_)); in SetUp()
552 ON_CALL(mock_csis_client_module_, IsCsisClientRunning()) in SetUp()
554 ON_CALL(mock_csis_client_module_, GetDeviceList(_)) in SetUp()
556 ON_CALL(mock_csis_client_module_, GetDesiredSize(_)) in SetUp()
1470 MockCsisClient mock_csis_client_module_; member in bluetooth::le_audio::internal::__anon1b30b59b0211::LeAudioAseConfigurationTest
Dstate_machine_test.cc301 MockCsisClient::SetMockInstanceForTesting(&mock_csis_client_module_); in SetUp()
302 ON_CALL(mock_csis_client_module_, Get()) in SetUp()
303 .WillByDefault(Return(&mock_csis_client_module_)); in SetUp()
304 ON_CALL(mock_csis_client_module_, IsCsisClientRunning()) in SetUp()
306 ON_CALL(mock_csis_client_module_, GetDeviceList(_)) in SetUp()
308 ON_CALL(mock_csis_client_module_, GetDesiredSize(_)) in SetUp()
1602 MockCsisClient mock_csis_client_module_; member in bluetooth::le_audio::internal::StateMachineTestBase
/packages/modules/Bluetooth/system/bta/vc/
Dvc_test.cc245 MockCsisClient::SetMockInstanceForTesting(&mock_csis_client_module_); in SetUp()
515 MockCsisClient mock_csis_client_module_; member in bluetooth::vc::internal::__anon509a00280111::VolumeControlTest
1522 ON_CALL(mock_csis_client_module_, Get()) in SetUp()
1523 .WillByDefault(Return(&mock_csis_client_module_)); in SetUp()
1526 ON_CALL(mock_csis_client_module_, IsCsisClientRunning()) in SetUp()
1529 ON_CALL(mock_csis_client_module_, GetDeviceList(_)) in SetUp()
1532 ON_CALL(mock_csis_client_module_, GetGroupId(_, _)) in SetUp()