Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h84 const std::map<std::string, std::shared_ptr<Pipeline>>& GetPipelineMap() in GetPipelineMap() function
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp190 auto const &pipelineMap = hiviewPlatform->GetPipelineMap(); in PublishPipelineEvent()
/ohos5.0/base/hiviewdfx/hiview/test/unittest/common/
H A Dholistic_platform_test.cpp183 const std::map<std::string, std::shared_ptr<Pipeline>>& pipelines = platform_.GetPipelineMap();
/ohos5.0/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp206 auto const &curPipelineMap = platform.GetPipelineMap(); in DumpPipelineUsageInfo()