Home
last modified time | relevance | path

Searched refs:uiAppearanceServiceProxy_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_appearance/services/src/
H A Dui_appearance_ability_client.cpp34 uiAppearanceServiceProxy_ = CreateUiAppearanceServiceProxy(); in GetInstance()
42 if (uiAppearanceServiceProxy_ == nullptr) { in GetUiAppearanceServiceProxy()
44 uiAppearanceServiceProxy_ = CreateUiAppearanceServiceProxy(); in GetUiAppearanceServiceProxy()
46 return uiAppearanceServiceProxy_; in GetUiAppearanceServiceProxy()
55 return uiAppearanceServiceProxy_->SetDarkMode(mode); in SetDarkMode()
64 return uiAppearanceServiceProxy_->GetDarkMode(); in GetDarkMode()
73 return uiAppearanceServiceProxy_->SetFontScale(fontScale); in SetFontScale()
84 auto res = uiAppearanceServiceProxy_->GetFontScale(fontScale); in GetFontScale()
95 return uiAppearanceServiceProxy_->SetFontWeightScale(fontWeightScale); in SetFontWeightScale()
104 return uiAppearanceServiceProxy_ in GetFontWeightScale()
[all...]
/foundation/arkui/ui_appearance/services/include/
H A Dui_appearance_ability_client.h53 static inline sptr<UiAppearanceAbilityInterface> uiAppearanceServiceProxy_; member in OHOS::ArkUi::UiAppearance::UiAppearanceAbilityClient

Completed in 2 milliseconds