Home
last modified time | relevance | path

Searched refs:GetHeaderPids (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_file.h79 const std::vector<pid_t>& GetHeaderPids() const;
H A Drs_profiler.cpp240 const auto& pids = g_recordFile.GetHeaderPids(); in OnRemoteRequest()
277 SetSubstitutingPid(g_playbackFile.GetHeaderPids(), g_playbackPid, g_playbackParentNodeId); in OnRemoteRequest()
1666 const uint32_t pidCount = g_recordFile.GetHeaderPids().size(); in OnParallelRenderBegin()
1668 for (auto item : g_recordFile.GetHeaderPids()) { in OnParallelRenderBegin()
1774 for (size_t pid : g_playbackFile.GetHeaderPids()) { in OnParallelRenderBegin()
1844 const std::vector<pid_t>& pids = g_playbackFile.GetHeaderPids(); in OnParallelRenderBegin()
H A Drs_profiler_file.cpp129 const std::vector<pid_t>& RSFile::GetHeaderPids() const in GetHeaderPids() function in OHOS::Rosen::RSFile

Completed in 5 milliseconds