Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp3216 std::unordered_map<pid_t, std::vector<NodeId>> topNodes; in SendClientDumpNodeTreeCommands() local
3221 topNodes[ExtractPid(id)].push_back(id); in SendClientDumpNodeTreeCommands()
3225 …context_->GetNodeMap().TraversalNodes([this, &topNodes] (const std::shared_ptr<RSBaseRenderNode>& … in SendClientDumpNodeTreeCommands()
3229 topNodes[ExtractPid(id)].push_back(id); in SendClientDumpNodeTreeCommands()
3232 topNodes[ExtractPid(id)].push_back(id); in SendClientDumpNodeTreeCommands()
3237 for (const auto& [pid, nodeIds] : topNodes) { in SendClientDumpNodeTreeCommands()