Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/
H A Drs_overdraw_controller.cpp97 auto oldEnable = that.enabled_; in SwitchFunction() local
106 if (oldEnable != that.enabled_ && that.delegate_ != nullptr) { in SwitchFunction()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_collector.cpp192 auto oldEnable = that.enabled_; in SwitchFunction() local
212 if (that.enabled_ != oldEnable && that.repaint_ != nullptr) { in SwitchFunction()