Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp730 …static bool openDebugTrace = system::GetIntParameter("persist.sys.graphic.openDebugTrace", 0) != 0; in GetDebugTraceEnabled() local
731 return openDebugTrace; in GetDebugTraceEnabled()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h758 bool openDebugTrace {false};
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp909 ssm_->openDebugTrace = true;
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp320openDebugTrace = std::atoi((system::GetParameter("persist.sys.graphic.openDebugTrace", "0")).c_str… in Init()
8020 if (openDebugTrace) { in DealwithDrawingContentChange()