Searched refs:OnSetFontScale (Results 1 – 4 of 4) sorted by relevance
46 static void OnSetFontScale(napi_env env, void* data);
92 int32_t OnSetFontScale(const int32_t userId, std::string& fontScale);
76 void JsUiAppearance::OnSetFontScale(napi_env env, void* data) in OnSetFontScale() function in OHOS::ArkUi::UiAppearance::JsUiAppearance396 …napi_create_async_work(env, nullptr, resource, JsUiAppearance::OnSetFontScale, JsUiAppearance::OnC… in JSSetFontScale()
574 int32_t UiAppearanceAbility::OnSetFontScale(const int32_t userId, std::string& fontScale) in OnSetFontScale() function in OHOS::ArkUi::UiAppearance::UiAppearanceAbility615 return OnSetFontScale(GetCallingUserId(), fontScale); in SetFontScale()