Home
last modified time | relevance | path

Searched refs:OnSetFontScale (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ui_appearance/interfaces/kits/napi/include/
H A Djs_ui_appearance.h46 static void OnSetFontScale(napi_env env, void* data);
/foundation/arkui/ui_appearance/services/include/
H A Dui_appearance_ability.h87 int32_t OnSetFontScale(const int32_t userId, std::string& fontScale);
/foundation/arkui/ui_appearance/services/src/
H A Dui_appearance_ability.cpp499 int32_t UiAppearanceAbility::OnSetFontScale(const int32_t userId, std::string& fontScale) in OnSetFontScale() function in OHOS::ArkUi::UiAppearance::UiAppearanceAbility
540 return OnSetFontScale(GetCallingUserId(), fontScale); in SetFontScale()
/foundation/arkui/ui_appearance/interfaces/kits/napi/src/
H A Djs_ui_appearance.cpp76 void JsUiAppearance::OnSetFontScale(napi_env env, void* data) in OnSetFontScale() function in OHOS::ArkUi::UiAppearance::JsUiAppearance
78 LOGI("OnSetFontScale begin."); in OnSetFontScale()
396 napi_create_async_work(env, nullptr, resource, JsUiAppearance::OnSetFontScale, JsUiAppearance::OnComplete, in JSSetFontScale()

Completed in 3 milliseconds