Home
last modified time | relevance | path

Searched refs:pipelineName (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/
H A Dpipeline.cpp110 void PipelineEvent::SetPipelineInfo(const std::string& pipelineName, std::list<std::weak_ptr<Plugin… in SetPipelineInfo() argument
112 pipelineName_ = pipelineName; in SetPipelineInfo()
121 …id PipelineEvent::FillPipelineInfo(std::shared_ptr<Plugin> caller, const std::string& pipelineName, in FillPipelineInfo() argument
128 auto seq = caller->GetHiviewContext()->GetPipelineSequenceByName(pipelineName); in FillPipelineInfo()
140 event->SetPipelineInfo(pipelineName, seq); in FillPipelineInfo()
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dpipeline.h74 …void SetPipelineInfo(const std::string& pipelineName, std::list<std::weak_ptr<Plugin>>& processors…
87 const std::string& pipelineName, in RepackPipelineEvent() argument
95 FillPipelineInfo(caller, pipelineName, pipe, deliverFromCurrent); in RepackPipelineEvent()
99 static void FillPipelineInfo(std::shared_ptr<Plugin> caller, const std::string& pipelineName,
H A Dplugin.h262 const std::string& pipelineName __UNUSED) {}; in AppendPluginToPipeline()
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp517 for (const auto& pipelineName : pluginInfo.pipelineNameList) { in InitPlugin() local
518 sharedSource->AddPipeline(pipelines_[pipelineName]); in InitPlugin()
858 …iewPlatform::AppendPluginToPipeline(const std::string& pluginName, const std::string& pipelineName) in AppendPluginToPipeline() argument
860 auto it = pipelines_.find(pipelineName); in AppendPluginToPipeline()
862 HIVIEW_LOGW("Fail to find pipeline with name :%{public}s", pipelineName.c_str()); in AppendPluginToPipeline()
871 …"plugin %{public}s add to pipeline %{public}s succeed.", pluginName.c_str(), pipelineName.c_str()); in AppendPluginToPipeline()
917 for (auto& pipelineName : config.pipelineNameList) { in InstancePluginByProxy() local
918 sharedSource->AddPipeline(pipelines_[pipelineName]); in InstancePluginByProxy()
/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.h69 void DumpPipelineUsageInfo(int fd, const std::string& pipelineName) const;
H A Dhiview_service.cpp214 void HiviewService::DumpPipelineUsageInfo(int fd, const std::string &pipelineName) const in DumpPipelineUsageInfo()
219 auto logList = parser_->GetPipelineSummary(pipelineName); in DumpPipelineUsageInfo()
220 dprintf(fd, "Following events processed on Pipeline %s:\n", pipelineName.c_str()); in DumpPipelineUsageInfo()
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp192 std::string pipelineName = it->first; in PublishPipelineEvent() local
195 pipelineMap.at(pipelineName)->ProcessEvent(event); in PublishPipelineEvent()
/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h58 …void AppendPluginToPipeline(const std::string& pluginName, const std::string& pipelineName) overri…
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md387 void AppendPluginToPipeline(const std::string& pluginName, const std::string& pipelineName);