Home
last modified time | relevance | path

Searched refs:GetGlobalPluginInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_factory_test.cpp36 auto plugin = PluginFactory::GetGlobalPluginInfo("PluginExample");
54 auto plugin = PluginFactory::GetGlobalPluginInfo("PluginExample2");
58 plugin = PluginFactory::GetGlobalPluginInfo("PluginExample2");
/ohos5.0/base/hiviewdfx/hiview/base/
H A Dplugin_factory.cpp30 std::shared_ptr<PluginRegistInfo> PluginFactory::GetGlobalPluginInfo(const std::string& name) in GetGlobalPluginInfo() function in OHOS::HiviewDFX::PluginFactory
42 auto info = GetGlobalPluginInfo(name); in GetPlugin()
H A Dlibhiviewbase.map19 …"OHOS::HiviewDFX::PluginFactory::GetGlobalPluginInfo(std::__h::basic_string<char, std::__h::char_t…
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin_factory.h43 static std::shared_ptr<PluginRegistInfo> GetGlobalPluginInfo(const std::string& name);
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp413 …std::shared_ptr<PluginRegistInfo> registInfo = PluginFactory::GetGlobalPluginInfo(pluginInfo.name); in CreatePlugin()
523 …std::shared_ptr<PluginRegistInfo> registInfo = PluginFactory::GetGlobalPluginInfo(pluginInfo.name); in InitPlugin()
903 …std::shared_ptr<PluginRegistInfo> registInfo = PluginFactory::GetGlobalPluginInfo(proxyPtr->GetNam… in InstancePluginByProxy()