Searched refs:SWITCH_TEXT (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/overdraw/ |
H A D | rs_overdraw_controller.cpp | 30 constexpr const char *SWITCH_TEXT = "debug.graphic.overdraw"; variable 67 SwitchFunction(SWITCH_TEXT, SWITCH_ENABLE_TEXT, this); in SetEnable() 69 SwitchFunction(SWITCH_TEXT, "", this); in SetEnable() 88 GetParameter(SWITCH_TEXT, "false", value, sizeof(value)); in RSOverdrawController() 89 SwitchFunction(SWITCH_TEXT, value, this); in RSOverdrawController() 90 WatchParameter(SWITCH_TEXT, SwitchFunction, this); in RSOverdrawController()
|