Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Ddistributed_bundle_info.cpp30 const char* JSON_KEY_VERSION_CODE = "versionCode"; variable
106 jsonObject[JSON_KEY_VERSION_CODE] = versionCode; in ToString()
147 JSON_KEY_VERSION_CODE, in FromJsonString()
H A Dform_info.cpp70 const char* JSON_KEY_VERSION_CODE = "versionCode"; variable
369 {JSON_KEY_VERSION_CODE, formInfo.versionCode}, in to_json()
718 JSON_KEY_VERSION_CODE, in from_json()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bundle_info.cpp29 const std::string JSON_KEY_VERSION_CODE = "versionCode"; variable
287 jsonObject[JSON_KEY_VERSION_CODE] = versionCode; in ToString()
315 GetValueIfFindKey<uint32_t>(jsonObject, jsonObjectEnd, JSON_KEY_VERSION_CODE, versionCode, in FromJsonString()