Home
last modified time | relevance | path

Searched refs:APPLICATION_COMPILE_SDK_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.cpp109 const std::string APPLICATION_COMPILE_SDK_VERSION = "compileSdkVersion"; variable
233 {APPLICATION_COMPILE_SDK_VERSION, applicationInfo.compileSdkVersion}, in to_json()
845 APPLICATION_COMPILE_SDK_VERSION, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp118 const char* APPLICATION_COMPILE_SDK_VERSION = "compileSdkVersion"; variable
1004 {APPLICATION_COMPILE_SDK_VERSION, applicationInfo.compileSdkVersion}, in to_json()
1188 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, APPLICATION_COMPILE_SDK_VERSION, in from_json()