Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_map.cpp125 auto nodePid = ExtractPid(id); in IsResidentProcessNode() local
127 [nodePid](const auto& pair) -> bool { return ExtractPid(pair.first) == nodePid; }); in IsResidentProcessNode()
378 const std::string RSRenderNodeMap::GetSelfDrawSurfaceNameByPid(pid_t nodePid) const in GetSelfDrawSurfaceNameByPid()
381 if (ExtractPid(t.first) == nodePid && t.second->IsSelfDrawingType()) { in GetSelfDrawSurfaceNameByPid()
386 static_cast<int32_t>(nodePid)); in GetSelfDrawSurfaceNameByPid()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node_map.h49 const std::string GetSelfDrawSurfaceNameByPid(pid_t nodePid) const;