Home
last modified time | relevance | path

Searched refs:APPLICATION_API_COMPATIBLE_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.cpp38 const std::string APPLICATION_API_COMPATIBLE_VERSION = "apiCompatibleVersion"; variable
163 {APPLICATION_API_COMPATIBLE_VERSION, applicationInfo.apiCompatibleVersion}, in to_json()
285 APPLICATION_API_COMPATIBLE_VERSION, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp41 const char* APPLICATION_API_COMPATIBLE_VERSION = "apiCompatibleVersion"; variable
930 {APPLICATION_API_COMPATIBLE_VERSION, applicationInfo.apiCompatibleVersion}, in to_json()
1037 GetValueIfFindKey<int32_t>(jsonObject, jsonObjectEnd, APPLICATION_API_COMPATIBLE_VERSION, in from_json()