Searched refs:uiAppearanceServiceProxy_ (Results 1 – 2 of 2) sorted by relevance
33 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_->GetFontWeightScale(fontWeightScale); in GetFontWeightScale()[all …]
53 static inline sptr<UiAppearanceAbilityInterface> uiAppearanceServiceProxy_; variable