Home
last modified time | relevance | path

Searched refs:getPluginObject (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin_factory.h28 PluginRegistInfo(std::function<std::shared_ptr<Plugin>()> getPluginObject, in PluginRegistInfo()
30 : getPluginObject(getPluginObject), in PluginRegistInfo()
33 std::function<std::shared_ptr<Plugin>()> getPluginObject; member
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_factory_test.cpp38 auto examplePlugin = std::static_pointer_cast<PluginExample>(plugin->getPluginObject());
60 auto examplePlugin = std::static_pointer_cast<PluginExample>(plugin->getPluginObject());
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dplugin_factory.cpp44 return info->getPluginObject(); in GetPlugin()
51 if (func->getPluginObject == nullptr) { in RegisterPlugin()
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp428 plugin = registInfo->getPluginObject(); in CreatePlugin()
909 auto plugin = registInfo->getPluginObject(); in InstancePluginByProxy()