Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dconvert_utils.cpp30 const char BUNDLEINFO_JSON_KEY_VERSIONCODE[] = "versionCode"; variable
246 …cJSON_AddNumberToObject(root, BUNDLEINFO_JSON_KEY_VERSIONCODE, bundleInfo->versionCode) == nullptr… in ConvertBundleInfoPartToJson()
588 item = cJSON_GetObjectItem(root, BUNDLEINFO_JSON_KEY_VERSIONCODE); in ConvertJsonToBundleInfo()