Home
last modified time | relevance | path

Searched refs:APPLICATION_VERSION_NAME (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.cpp36 const std::string APPLICATION_VERSION_NAME = "versionName"; variable
161 {APPLICATION_VERSION_NAME, applicationInfo.versionName}, in to_json()
269 APPLICATION_VERSION_NAME, in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp39 const char* APPLICATION_VERSION_NAME = "versionName"; variable
928 {APPLICATION_VERSION_NAME, applicationInfo.versionName}, in to_json()
1033 GetValueIfFindKey<std::string>(jsonObject, jsonObjectEnd, APPLICATION_VERSION_NAME, in from_json()