Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/src/
H A Dframe_collector.cpp184 GetParameter(switchRenderingText, "disable", value, sizeof(value)); in FrameCollector()
185 SwitchFunction(switchRenderingText, value, this); in FrameCollector()
186 WatchParameter(switchRenderingText, SwitchFunction, this); in FrameCollector()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/
H A Dframe_info.h135 static constexpr const char *switchRenderingText = "debug.graphic.frame"; variable