Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp167 const std::string JSON_KEY_APP_FONT_MAX_SCALE = "fontSizeMaxScale"; variable
3501 if (jsonObject.contains(JSON_KEY_APP_FONT_MAX_SCALE) in ParseAppConfigurationParams()
3502 && jsonObject[JSON_KEY_APP_FONT_MAX_SCALE].is_string()) { in ParseAppConfigurationParams()
3503 std::string appFontMaxScale = jsonObject.at(JSON_KEY_APP_FONT_MAX_SCALE).get<std::string>(); in ParseAppConfigurationParams()