Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp166 const std::string JSON_KEY_APP_FONT_SIZE_SCALE = "fontSizeScale"; variable
3496 if (jsonObject.contains(JSON_KEY_APP_FONT_SIZE_SCALE) in ParseAppConfigurationParams()
3497 && jsonObject[JSON_KEY_APP_FONT_SIZE_SCALE].is_string()) { in ParseAppConfigurationParams()
3499 jsonObject.at(JSON_KEY_APP_FONT_SIZE_SCALE).get<std::string>()); in ParseAppConfigurationParams()