Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp39 const std::string APPLICATION_API_TARGET_VERSION = "apiTargetVersion"; variable
164 {APPLICATION_API_TARGET_VERSION, applicationInfo.apiTargetVersion}, in to_json()
293 APPLICATION_API_TARGET_VERSION, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp42 const char* APPLICATION_API_TARGET_VERSION = "apiTargetVersion"; variable
931 {APPLICATION_API_TARGET_VERSION, applicationInfo.apiTargetVersion}, in to_json()
1039 GetValueIfFindKey<int32_t>(jsonObject, jsonObjectEnd, APPLICATION_API_TARGET_VERSION, in from_json()