Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/plugin/
H A Dintf_plugin.h101 struct InterfaceTypeInfo { struct
102 using CreateInstanceFn = IInterface* (*)(IClassFactory&, PluginToken);
103 using GetInstanceFn = IInterface* (*)(IClassRegister&, PluginToken);
106 const PluginToken token;
108 const BASE_NS::Uid uid;
114 const CreateInstanceFn createInterface;
118 const GetInstanceFn getInterface;