Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H A Dintf_plugin.h51 struct ComponentManagerTypeInfo : public ITypeInfo { struct
55 using CreateComponentManagerFn = IComponentManager* (*)(IEcs&);
56 using DestroyComponentManagerFn = void (*)(IComponentManager* instance);
59 const BASE_NS::Uid uid;
63 const CreateComponentManagerFn createManager;
65 const DestroyComponentManagerFn destroyManager;