Home
last modified time | relevance | path

Searched refs:GetTitleStyleEnabled (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp135 bool SystemProperties::GetTitleStyleEnabled() in GetTitleStyleEnabled() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp260 bool SystemProperties::GetTitleStyleEnabled() in GetTitleStyleEnabled() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h505 static bool GetTitleStyleEnabled();
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp708 bool SystemProperties::GetTitleStyleEnabled() in GetTitleStyleEnabled() function in OHOS::Ace::SystemProperties
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp146 bool isChangeTitleStyle = SystemProperties::GetTitleStyleEnabled(); in InitContainerEvent()