Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h390 …static void EnableSystemParameterTraceLayoutCallback(const char* key, const char* value, void* con…
H A Dui_content_impl.cpp2214 ENABLE_TRACE_LAYOUT_KEY, this, EnableSystemParameterTraceLayoutCallback); in Destroy()
3879 void UIContentImpl::EnableSystemParameterTraceLayoutCallback(const char* key, const char* value, vo… in EnableSystemParameterTraceLayoutCallback() function in OHOS::Ace::UIContentImpl
3918 …::AddWatchSystemParameter(ENABLE_TRACE_LAYOUT_KEY, this, EnableSystemParameterTraceLayoutCallback); in AddWatchSystemParameter()