Home
last modified time | relevance | path

Searched refs:GetPluginByName (Results 1 – 7 of 7) sorted by relevance

/base/hiviewdfx/hiview/plugins/freeze_detector/test/unittest/common/
Dfreeze_detector_test.cpp167 std::shared_ptr<Plugin> plugin = platform.GetPluginByName("FreezeDetectorPlugin");
215 std::shared_ptr<Plugin> plugin = platform.GetPluginByName("FreezeDetectorPlugin");
265 std::shared_ptr<Plugin> plugin = platform.GetPluginByName("FreezeDetectorPlugin");
315 std::shared_ptr<Plugin> plugin = platform.GetPluginByName("FreezeDetectorPlugin");
345 std::shared_ptr<Plugin> plugin = platform.GetPluginByName("FreezeDetectorPlugin");
/base/hiviewdfx/hiview/base/test/unittest/common/
Dplugin_test.cpp171 ASSERT_EQ(context.GetPluginByName(""), nullptr);
/base/hiviewdfx/hiview/base/include/
Dplugin.h282 virtual std::shared_ptr<Plugin> GetPluginByName(const std::string& name) in GetPluginByName() function
/base/hiviewdfx/hiview/core/include/
Dhiview_platform.h70 std::shared_ptr<Plugin> GetPluginByName(const std::string& name) override;
/base/hiviewdfx/hiview/
Dhiview_zh.md390 std::shared_ptr<Plugin> GetPluginByName(const std::string& name);
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp868 auto ptr = GetPluginByName(pluginName); in AppendPluginToPipeline()
928 std::shared_ptr<Plugin> HiviewPlatform::GetPluginByName(const std::string& name) in GetPluginByName() function in OHOS::HiviewDFX::HiviewPlatform
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp476 auto plugin = context->GetPluginByName("FreezeDetectorPlugin"); in OnLoad()