Home
last modified time | relevance | path

Searched refs:Factory (Results 1 – 25 of 111) sorted by relevance

12345

/system/bt/gd/
Dmodule_unittest.cc53 static const ModuleFactory Factory; member in bluetooth::__anon6d4cd8320111::TestModuleNoDependency
75 const ModuleFactory TestModuleNoDependency::Factory = ModuleFactory([]() { in __anon6d4cd8320202() member in bluetooth::__anon6d4cd8320111::TestModuleNoDependency
83 static const ModuleFactory Factory; member in bluetooth::__anon6d4cd8320111::TestModuleOneDependency
110 const ModuleFactory TestModuleOneDependency::Factory = ModuleFactory([]() { in __anon6d4cd8320302() member in bluetooth::__anon6d4cd8320111::TestModuleOneDependency
117 static const ModuleFactory Factory; member in bluetooth::__anon6d4cd8320111::TestModuleNoDependencyTwo
138 const ModuleFactory TestModuleNoDependencyTwo::Factory = ModuleFactory([]() { in __anon6d4cd8320402() member in bluetooth::__anon6d4cd8320111::TestModuleNoDependencyTwo
144 static const ModuleFactory Factory; member in bluetooth::__anon6d4cd8320111::TestModuleTwoDependencies
173 const ModuleFactory TestModuleTwoDependencies::Factory = ModuleFactory([]() { in __anon6d4cd8320502() member in bluetooth::__anon6d4cd8320111::TestModuleTwoDependencies
181 static const ModuleFactory Factory; member in bluetooth::__anon6d4cd8320111::TestModuleDumpState
220 const ModuleFactory TestModuleDumpState::Factory = ModuleFactory([]() { return new TestModuleDumpSt… in __anon6d4cd8320702() member in bluetooth::__anon6d4cd8320111::TestModuleDumpState
[all …]
Dmodule.h58 list_.push_back(&T::Factory); in add()
103 return static_cast<T*>(GetDependency(&T::Factory)); in GetDependency()
131 return IsStarted(&T::Factory); in IsStarted()
142 return static_cast<T*>(Start(&T::Factory, thread)); in Start()
188 return static_cast<T*>(GetModuleUnderTest(&T::Factory)); in GetModuleUnderTest()
218 Module* instance = T::Factory.ctor_(); in Inject()
Dstack_manager.h32 return static_cast<T*>(registry_.Get(&T::Factory)); in GetInstance()
37 return registry_.IsStarted(&T::Factory); in IsStarted()
Dstack_manager_unittest.cc35 static const ModuleFactory Factory; member in bluetooth::__anon2b5342dc0111::TestModuleNoDependency
46 const ModuleFactory TestModuleNoDependency::Factory = ModuleFactory([]() { return new TestModuleNoD… in __anon2b5342dc0202() member in bluetooth::__anon2b5342dc0111::TestModuleNoDependency
/system/bt/gd/hal/
Dsnoop_logger_test.cc116 test_registry.InjectTestModule(&SnoopLogger::Factory, snoop_looger); in TEST_F()
130 test_registry.InjectTestModule(&SnoopLogger::Factory, snoop_looger); in TEST_F()
144 test_registry.InjectTestModule(&SnoopLogger::Factory, snoop_looger); in TEST_F()
163 test_registry.InjectTestModule(&SnoopLogger::Factory, snoop_looger); in TEST_F()
183 test_registry.InjectTestModule(&SnoopLogger::Factory, snoop_looger); in TEST_F()
203 test_registry.InjectTestModule(&SnoopLogger::Factory, snoop_looger); in TEST_F()
223 test_registry.InjectTestModule(&SnoopLogger::Factory, snoop_looger); in TEST_F()
244 test_registry.InjectTestModule(&SnoopLogger::Factory, snoop_looger); in TEST_F()
261 test_registry.InjectTestModule(&SnoopLogger::Factory, snoop_looger); in TEST_F()
283 test_registry.InjectTestModule(&SnoopLogger::Factory, snoop_looger); in TEST_F()
Dfacade.h34 static const ModuleFactory Factory;
/system/bt/gd/storage/
Dstorage_module_test.cc139 test_registry.InjectTestModule(&StorageModule::Factory, storage); in TEST_F()
214 test_registry.InjectTestModule(&StorageModule::Factory, storage); in TEST_F()
243 test_registry.InjectTestModule(&StorageModule::Factory, storage); in TEST_F()
293 test_registry.InjectTestModule(&StorageModule::Factory, storage); in TEST_F()
311 test_registry.InjectTestModule(&StorageModule::Factory, storage); in TEST_F()
/system/bt/test/mock/
Dmock_activity_attribution.cc34 bluetooth::activity_attribution::ActivityAttribution::Factory = member in bluetooth::activity_attribution::ActivityAttribution
/system/bt/gd/hci/
Dacl_manager_test.cc320 fake_registry_.InjectTestModule(&HciLayer::Factory, test_hci_layer_); in SetUp()
321 fake_registry_.InjectTestModule(&Controller::Factory, test_controller_); in SetUp()
322 client_handler_ = fake_registry_.GetTestModuleHandler(&HciLayer::Factory); in SetUp()
326 … acl_manager_ = static_cast<AclManager*>(fake_registry_.GetModuleUnderTest(&AclManager::Factory)); in SetUp()
351 fake_registry_.SynchronizeModuleHandler(&AclManager::Factory, std::chrono::milliseconds(20)); in TearDown()
473 fake_registry_.SynchronizeModuleHandler(&HciLayer::Factory, std::chrono::milliseconds(20)); in TearDown()
474 fake_registry_.SynchronizeModuleHandler(&AclManager::Factory, std::chrono::milliseconds(20)); in TearDown()
540 fake_registry_.SynchronizeModuleHandler(&HciLayer::Factory, std::chrono::milliseconds(20)); in TEST_F()
541 fake_registry_.SynchronizeModuleHandler(&AclManager::Factory, std::chrono::milliseconds(20)); in TEST_F()
542 fake_registry_.SynchronizeModuleHandler(&HciLayer::Factory, std::chrono::milliseconds(20)); in TEST_F()
[all …]
/system/bt/gd/dumpsys/
Dfilter.cc34 static std::unique_ptr<Filter> Factory(
186 std::unique_ptr<Filter> Filter::Factory( in Factory() function in Filter
198 auto filter = Filter::Factory(filter_type, reflection_schema); in FilterInPlace()
/system/bt/gd/iso/
Dfacade.h29 static const ModuleFactory Factory;
/system/bt/gd/security/
Dfacade.h29 static const ModuleFactory Factory;
/system/bt/gd/hci/facade/
Dle_initiator_address_facade.h32 static const ModuleFactory Factory;
Dcontroller_facade.h32 static const ModuleFactory Factory;
Dacl_manager_facade.h32 static const ModuleFactory Factory;
Dle_scanning_manager_facade.h30 static const ModuleFactory Factory;
Dle_advertising_manager_facade.h30 static const ModuleFactory Factory;
Dfacade.h32 static const ModuleFactory Factory;
Dle_acl_manager_facade.h32 static const ModuleFactory Factory;
/system/bt/gd/l2cap/classic/
Dfacade.h30 static const ModuleFactory Factory;
/system/bt/gd/neighbor/facade/
Dfacade.h37 static const ModuleFactory Factory;
/system/bt/gd/l2cap/le/
Dfacade.h30 static const ModuleFactory Factory;
/system/bt/gd/facade/
Dread_only_property_server.h33 static const ModuleFactory Factory;
/system/bt/gd/shim/facade/
Dfacade.h32 static const ModuleFactory Factory;
/system/bt/gd/att/
Datt_module.h30 static const ModuleFactory Factory; variable

12345