Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_test.cc210 test_registry->InjectTestModule(&SnoopLogger::Factory, snoop_logger); in TEST_F()
224 test_registry->InjectTestModule(&SnoopLogger::Factory, snoop_logger); in TEST_F()
238 test_registry->InjectTestModule(&SnoopLogger::Factory, snoop_logger); in TEST_F()
258 test_registry->InjectTestModule(&SnoopLogger::Factory, snoop_logger); in TEST_F()
282 test_registry->InjectTestModule(&SnoopLogger::Factory, snoop_logger); in TEST_F()
306 test_registry->InjectTestModule(&SnoopLogger::Factory, snoop_logger); in TEST_F()
330 test_registry->InjectTestModule(&SnoopLogger::Factory, snoop_logger); in TEST_F()
353 test_registry->InjectTestModule(&SnoopLogger::Factory, snoop_logger); in TEST_F()
381 test_registry->InjectTestModule(&SnoopLogger::Factory, snoop_logger); in TEST_F()
406 test_registry->InjectTestModule(&SnoopLogger::Factory, snoop_logger); in TEST_F()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module_test.cc140 test_registry_.InjectTestModule(&StorageModule::Factory, storage); in TEST_F()
180 test_registry_.InjectTestModule(&StorageModule::Factory, storage); in TEST_F()
206 test_registry_.InjectTestModule(&StorageModule::Factory, storage); in TEST_F()
251 test_registry_.InjectTestModule(&StorageModule::Factory, storage); in TEST_F()
267 test_registry_.InjectTestModule(&StorageModule::Factory, storage); in TEST_F()
288 test_registry_.InjectTestModule(&StorageModule::Factory, storage); in TEST_F()
307 test_registry_.InjectTestModule(&StorageModule::Factory, storage); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/sysprops/
Dsysprops_module_test.cc85 test_registry_.InjectTestModule(&bluetooth::sysprops::SyspropsModule::Factory, sysprops_module); in TEST_F()
104 test_registry_.InjectTestModule(&bluetooth::sysprops::SyspropsModule::Factory, sysprops_module); in TEST_F()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc154 fake_registry_.InjectTestModule(&HciLayer::Factory, test_hci_layer_); in SetUp()
155 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
439 fake_registry_.InjectTestModule(&HciLayer::Factory, test_hci_layer_); in SetUp()
440 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
Dle_scanning_manager_test.cc274 fake_registry_.InjectTestModule(&HciLayer::Factory, test_hci_layer_); in SetUp()
275 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
276 fake_registry_.InjectTestModule(&AclManager::Factory, test_acl_manager_); in SetUp()
Dacl_manager_test.cc113 fake_registry_.InjectTestModule(&HciLayer::Factory, test_hci_layer_); in SetUp()
114 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
1136 fake_registry_.InjectTestModule(&HciLayer::Factory, test_hci_layer_); in SetUp()
1137 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
Dle_advertising_manager_test.cc176 fake_registry_.InjectTestModule(&HciLayer::Factory, test_hci_layer_); in SetUp()
177 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
178 fake_registry_.InjectTestModule(&AclManager::Factory, test_acl_manager_); in SetUp()
Dhci_layer_unittest.cc100 fake_registry_.InjectTestModule(&hal::HciHal::Factory, hal_); in SetUp()
Dcontroller_test.cc295 fake_registry_.InjectTestModule(&HciLayer::Factory, test_hci_layer_); in SetUp()
Dhci_layer_test.cc212 fake_registry_.InjectTestModule(&hal::HciHal::Factory, hal); in SetUp()
Dremote_name_request_test.cc68 fake_registry_.InjectTestModule(&HciLayer::Factory, test_hci_layer_); in SetUp()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/
Dmodule.h163 void InjectTestModule(const ModuleFactory* module, Module* instance) { in InjectTestModule() function
204 InjectTestModule(overriding, instance); in Inject()