Home
last modified time | relevance | path

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

1234

/system/bt/gd/
Dmodule_unittest.cc44 static const ModuleFactory Factory; member in bluetooth::__anond723f7560111::TestModuleNoDependency
61 const ModuleFactory TestModuleNoDependency::Factory = ModuleFactory([]() { in __anond723f7560202() member in bluetooth::__anond723f7560111::TestModuleNoDependency
67 static const ModuleFactory Factory; member in bluetooth::__anond723f7560111::TestModuleOneDependency
89 const ModuleFactory TestModuleOneDependency::Factory = ModuleFactory([]() { in __anond723f7560302() member in bluetooth::__anond723f7560111::TestModuleOneDependency
96 static const ModuleFactory Factory; member in bluetooth::__anond723f7560111::TestModuleNoDependencyTwo
113 const ModuleFactory TestModuleNoDependencyTwo::Factory = ModuleFactory([]() { in __anond723f7560402() member in bluetooth::__anond723f7560111::TestModuleNoDependencyTwo
119 static const ModuleFactory Factory; member in bluetooth::__anond723f7560111::TestModuleTwoDependencies
144 const ModuleFactory TestModuleTwoDependencies::Factory = ModuleFactory([]() { in __anond723f7560502() member in bluetooth::__anond723f7560111::TestModuleTwoDependencies
Dmodule.h50 list_.push_back(&T::Factory); in add()
87 return static_cast<T*>(GetDependency(&T::Factory)); in GetDependency()
104 return IsStarted(&T::Factory); in IsStarted()
115 return static_cast<T*>(Start(&T::Factory, thread)); in Start()
Dstack_manager_unittest.cc35 static const ModuleFactory Factory; member in bluetooth::__anon6f5371800111::TestModuleNoDependency
43 const ModuleFactory TestModuleNoDependency::Factory = ModuleFactory([]() { return new TestModuleNoD… in __anon6f5371800202() member in bluetooth::__anon6f5371800111::TestModuleNoDependency
Dstack_manager.h32 return static_cast<T*>(registry_.Get(&T::Factory)); in GetInstance()
/system/bt/gd/hal/
Dfacade.h34 static const ModuleFactory Factory;
/system/bt/gd/security/
Dfacade.h29 static const ModuleFactory Factory;
Dsecurity_module.h36 static const ModuleFactory Factory; variable
/system/bt/gd/hci/facade/
Dle_scanning_manager_facade.h30 static const ModuleFactory Factory;
Dcontroller_facade.h32 static const ModuleFactory Factory;
Dle_acl_manager_facade.h32 static const ModuleFactory Factory;
Dle_advertising_manager_facade.h30 static const ModuleFactory Factory;
Dacl_manager_facade.h32 static const ModuleFactory Factory;
Dfacade.h32 static const ModuleFactory Factory;
/system/bt/gd/facade/
Dread_only_property_server.h33 static const ModuleFactory Factory;
/system/bt/gd/neighbor/facade/
Dfacade.h37 static const ModuleFactory Factory;
/system/bt/gd/l2cap/classic/
Dfacade.h30 static const ModuleFactory Factory;
Dl2cap_classic_module.h43 static const ModuleFactory Factory; variable
/system/bt/gd/neighbor/
Dconnectability.h34 static const ModuleFactory Factory; variable
Ddiscoverability.h34 static const ModuleFactory Factory; variable
Dscan.h38 static const ModuleFactory Factory; variable
Dpage.h43 static const ModuleFactory Factory; variable
/system/bt/gd/att/
Datt_module.h30 static const ModuleFactory Factory; variable
/system/incremental_delivery/libdataloader/include/
Ddataloader_inline.h74 DataLoaderFactoryImpl(DataLoader::Factory&& factory) : mFactory(factory) { in DataLoaderFactoryImpl()
96 DataLoader::Factory mFactory;
101 inline void DataLoader::initialize(DataLoader::Factory&& factory) { in initialize()
Ddataloader.h57 using Factory = std::function<DataLoaderPtr(DataLoaderServiceVmPtr, const DataLoaderParams&)>; member
58 static void initialize(Factory&& factory);
/system/bt/gd/l2cap/le/
Dl2cap_le_module.h37 static const ModuleFactory Factory; variable

1234