Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Ddistributed_bundle_info.cpp34 const char* JSON_KEY_TARGET_VERSION_CODE = "targetVersionCode"; variable
110 jsonObject[JSON_KEY_TARGET_VERSION_CODE] = targetVersionCode; in ToString()
179 JSON_KEY_TARGET_VERSION_CODE, in FromJsonString()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bundle_info.cpp33 const std::string JSON_KEY_TARGET_VERSION_CODE = "targetVersionCode"; variable
291 jsonObject[JSON_KEY_TARGET_VERSION_CODE] = targetVersionCode; in ToString()
323 …GetValueIfFindKey<uint32_t>(jsonObject, jsonObjectEnd, JSON_KEY_TARGET_VERSION_CODE, targetVersion… in FromJsonString()