Searched refs:GetPluginByName (Results 1 – 7 of 7) sorted by relevance
167 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");
171 ASSERT_EQ(context.GetPluginByName(""), nullptr);
282 virtual std::shared_ptr<Plugin> GetPluginByName(const std::string& name) in GetPluginByName() function
70 std::shared_ptr<Plugin> GetPluginByName(const std::string& name) override;
390 std::shared_ptr<Plugin> GetPluginByName(const std::string& name);
868 auto ptr = GetPluginByName(pluginName); in AppendPluginToPipeline()928 std::shared_ptr<Plugin> HiviewPlatform::GetPluginByName(const std::string& name) in GetPluginByName() function in OHOS::HiviewDFX::HiviewPlatform
476 auto plugin = context->GetPluginByName("FreezeDetectorPlugin"); in OnLoad()