Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp163 const std::string JSON_KEY_APP_FONT_SIZE_SCALE = "fontSizeScale"; member
3403 if (jsonObject.contains(JSON_KEY_APP_FONT_SIZE_SCALE) in ParseAppConfigurationParams()
3404 && jsonObject[JSON_KEY_APP_FONT_SIZE_SCALE].is_string()) { in ParseAppConfigurationParams()
3405 std::string configFontSizeScal = jsonObject.at(JSON_KEY_APP_FONT_SIZE_SCALE).get<std::string>(); in ParseAppConfigurationParams()
3407 jsonObject.at(JSON_KEY_APP_FONT_SIZE_SCALE).get<std::string>()); in ParseAppConfigurationParams()

Completed in 5 milliseconds