Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp2902 if (!hasPostUpdateAceDebugBoundaryTask_) { in UpdateAceDebugBoundaryEnabled()
2908 hasPostUpdateAceDebugBoundaryTask_ = false; in UpdateAceDebugBoundaryEnabled()
2911 hasPostUpdateAceDebugBoundaryTask_ = true; in UpdateAceDebugBoundaryEnabled()
2915 if (hasPostUpdateAceDebugBoundaryTask_) { in UpdateAceDebugBoundaryEnabled()
2917 hasPostUpdateAceDebugBoundaryTask_ = false; in UpdateAceDebugBoundaryEnabled()
H A Drs_main_thread.h614 bool hasPostUpdateAceDebugBoundaryTask_ = false; variable