Searched refs:InjectTestModule (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/ |
D | snoop_logger_test.cc | 210 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/ |
D | storage_module_test.cc | 140 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/ |
D | sysprops_module_test.cc | 85 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/ |
D | acl_manager_unittest.cc | 154 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()
|
D | le_scanning_manager_test.cc | 274 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()
|
D | acl_manager_test.cc | 113 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()
|
D | le_advertising_manager_test.cc | 176 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()
|
D | hci_layer_unittest.cc | 100 fake_registry_.InjectTestModule(&hal::HciHal::Factory, hal_); in SetUp()
|
D | controller_test.cc | 295 fake_registry_.InjectTestModule(&HciLayer::Factory, test_hci_layer_); in SetUp()
|
D | hci_layer_test.cc | 212 fake_registry_.InjectTestModule(&hal::HciHal::Factory, hal); in SetUp()
|
D | remote_name_request_test.cc | 68 fake_registry_.InjectTestModule(&HciLayer::Factory, test_hci_layer_); in SetUp()
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/ |
D | module.h | 163 void InjectTestModule(const ModuleFactory* module, Module* instance) { in InjectTestModule() function 204 InjectTestModule(overriding, instance); in Inject()
|