Home
last modified time | relevance | path

Searched defs:registry (Results 1 – 18 of 18) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
Dintf_class_register.h57 auto GetInstance(IClassRegister& registry, const BASE_NS::Uid& uid) in GetInstance()
68 auto GetInstance(const IClassRegister& registry, const BASE_NS::Uid& uid) in GetInstance()
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
Dnode_registry.cpp26 static NodeRegistry registry; in GetSingleton() local
32 auto& registry = NodeRegistry::GetSingleton(); in Registrar() local
/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
Dnode_registry.cpp26 static NodeRegistry registry; in GetSingleton() local
32 auto& registry = NodeRegistry::GetSingleton(); in Registrar() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/command/
Drs_node_showing_command.h64 static inline RSCommandRegister<commandType, commandSubType, Unmarshalling> registry; variable
94 static inline RSCommandRegister<commandType, commandSubType, Unmarshalling> registry; variable
Drs_command_templates.h93 static inline RSCommandRegister<commandType, commandSubType, Unmarshalling> registry; variable
/foundation/graphic/graphic_3d/lume/LumeRender/src/plugin/
Dstatic_plugin.cpp56 auto& registry = *engine.GetInterface<IClassRegister>(); in CreatePlugin() local
94 auto& registry = *state->engine_.GetInterface<IClassRegister>(); in DestroyPlugin() local
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dops_registry.cpp23 OpsRegistry& registry = OpsRegistry::GetSingleton(); in Registrar() local
/foundation/barrierfree/accessibility/services/aams/include/
Daccessibility_common_event.h43 AccessibilityCommonEvent &registry) in AccessibilityCommonEventSubscriber()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
Dplatform_ohos.cpp68 void PlatformOHOS::RegisterPluginLocations(IPluginRegister& registry) in RegisterPluginLocations()
/foundation/resourceschedule/background_task_mgr/frameworks/common/include/
Dipc_util.h61 auto registry = ServiceRegistry::GetInstance(); in GetSystemService() local
/foundation/resourceschedule/device_standby/utils/common/include/
Dipc_util.h61 auto registry = ServiceRegistry::GetInstance(); in GetSystemService() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
Dfilesystem_api.cpp254 IInterface* CreateFileMonitor(IClassFactory& registry, PluginToken token) in CreateFileMonitor()
258 IInterface* GetFileApiFactory(IClassRegister& registry, PluginToken token) in GetFileApiFactory()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/windows/
Dplatform_windows.cpp109 void PlatformWindows::RegisterPluginLocations(IPluginRegister& registry) in RegisterPluginLocations()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/
Dgraphics_context.cpp342 auto& registry = *context.GetInterface<IClassRegister>(); in CreatePlugin3D() local
385 auto& registry = *state->renderContext.GetInterface<IClassRegister>(); in DestroyPlugin3D() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
Dplugin_registry.cpp176 vector<InterfaceTypeInfo> PluginRegistry::RegisterGlobalInterfaces(PluginRegistry& registry) in RegisterGlobalInterfaces()
562 static PluginRegistry registry; in GetPluginRegister() local
571 auto& registry = static_cast<PluginRegistry&>(GetPluginRegister()); in CreatePluginRegistry() local
/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
Decs.cpp232 Ecs::Ecs(IClassFactory& registry, const IThreadPool::Ptr& threadPool) in Ecs()
664 IEcs* IEcsInstance(IClassFactory& registry, const IThreadPool::Ptr& threadPool) in IEcsInstance()
/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
Dendpoint_rpc.c40 Endpoint *SAMGR_CreateEndpoint(const char *name, RegisterEndpoint registry) in SAMGR_CreateEndpoint()
Dendpoint.c84 Endpoint *SAMGR_CreateEndpoint(const char *name, RegisterEndpoint registry) in SAMGR_CreateEndpoint()