Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h540 …static void AddWatchSystemParameter(const char* key, void* context, EnableSystemParameterCallback …
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp876 AddWatchSystemParameter(); in PreInitializeForm()
898 AddWatchSystemParameter(); in Initialize()
917 AddWatchSystemParameter(); in Initialize()
938 AddWatchSystemParameter(); in InitializeByName()
953 AddWatchSystemParameter(); in InitializeDynamic()
977 AddWatchSystemParameter(); in Initialize()
3916 void UIContentImpl::AddWatchSystemParameter() in AddWatchSystemParameter() function in OHOS::Ace::UIContentImpl
3919 SystemProperties::AddWatchSystemParameter( in AddWatchSystemParameter()
3921 SystemProperties::AddWatchSystemParameter( in AddWatchSystemParameter()
3923 SystemProperties::AddWatchSystemParameter( in AddWatchSystemParameter()
[all …]
H A Dui_content_impl.h395 void AddWatchSystemParameter();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp769 void SystemProperties::AddWatchSystemParameter(const char* key, void* context, EnableSystemParamete… in AddWatchSystemParameter() function in OHOS::Ace::SystemProperties