Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/ecs/
H A Dintf_system_graph_loader.h81 class ISystemGraphLoaderFactory : public IInterface {
85 using Ptr = BASE_NS::refcnt_ptr<ISystemGraphLoaderFactory>;
90 ISystemGraphLoaderFactory() = default;
91 virtual ~ISystemGraphLoaderFactory() = default;
94 inline constexpr BASE_NS::string_view GetName(const ISystemGraphLoaderFactory*) in GetName() argument
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
H A Dsystem_graph_loader.h41 class SystemGraphLoaderFactory final : public ISystemGraphLoaderFactory {
H A Dsystem_graph_loader.cpp422 if ((uid == ISystemGraphLoaderFactory::UID) || (uid == IInterface::UID)) { in GetInterface()
430 if ((uid == ISystemGraphLoaderFactory::UID) || (uid == IInterface::UID)) { in GetInterface()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dplugin_registry.cpp221 …InterfaceTypeInfo { &registry, UID_SYSTEM_GRAPH_LOADER, GetName<ISystemGraphLoaderFactory>().data(… in RegisterGlobalInterfaces()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp894 auto graphFactory = CORE_NS::GetInstance<CORE_NS::ISystemGraphLoaderFactory>( in LoadSystemGraph()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp439 auto* factory = GetInstance<ISystemGraphLoaderFactory>(UID_SYSTEM_GRAPH_LOADER); in CreateDefaultEcs()