Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_map.cpp260 bool shouldErase = (ExtractPid(pair.first) == pid); in FilterNodeByPid() local
261 if (shouldErase) { in FilterNodeByPid()
264 if (shouldErase && pair.second && useBatchRemoving) { in FilterNodeByPid()
270 return shouldErase; in FilterNodeByPid()