Home
last modified time | relevance | path

Searched refs:ComponentManagerTypeInfo (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_ecs.h40 struct ComponentManagerTypeInfo;
156 …virtual IComponentManager* CreateComponentManager(const ComponentManagerTypeInfo& componentManager…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/ecs/
H A Decs.cpp74 …IComponentManager* CreateComponentManager(const ComponentManagerTypeInfo& componentManagerTypeInfo…
102 …using ManagerPtr = unique_ptr<IComponentManager, ComponentManagerTypeInfo::DestroyComponentManager…
237 IComponentManager* Ecs::CreateComponentManager(const ComponentManagerTypeInfo& componentManagerType… in CreateComponentManager()
610 } else if (info && info->typeUid == ComponentManagerTypeInfo::UID) { in OnTypeInfoEvent()
611 const auto managerInfo = static_cast<const ComponentManagerTypeInfo*>(info); in OnTypeInfoEvent()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/plugin/
H A Dstatic_plugin.cpp100 …static constexpr auto name = ComponentManagerTypeInfo { { ComponentManagerTypeInfo::UID }, type::U…
244 static constexpr ComponentManagerTypeInfo CORE_COMPONENT_TYPE_INFOS[] = { CAMERA_COMPONENT_TYPE_INF…
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H A Dintf_plugin.h51 struct ComponentManagerTypeInfo : public ITypeInfo { struct
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.cpp169 FindTypeInfo<ComponentManagerTypeInfo>(dependencyUid, componentMetadata); in ResolveComponentDependencies()
389 auto componentMetadata = pluginRegister.GetTypeInfos(ComponentManagerTypeInfo::UID); in LoadString()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/
H A Dgraphics_context.cpp199 array_view<const ComponentManagerTypeInfo> GetComponentManagers3D();