Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp1236 … RS_OPTIONAL_TRACE_NAME_FMT("ForceUpdateUifirstNodes: isUifirstEnable: %d", node.isUifirstEnable_); in ForceUpdateUifirstNodes()
1237 if (!node.isUifirstEnable_) { in ForceUpdateUifirstNodes()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.h598 bool isUifirstEnable_ = false; variable
H A Drs_node.cpp2388 if (isForceFlag == isForceFlag_ && isUifirstEnable_ == isUifirstEnable) { in MarkUifirstNode()
2392 isUifirstEnable_ = isUifirstEnable; in MarkUifirstNode()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h855 bool isUifirstEnable_ = false; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp4306 isUifirstEnable_ = isUifirstEnable; in MarkUifirstNode()