Home
last modified time | relevance | path

Searched refs:JSON_KEY_COMPATIBLE_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.cpp31 const char* JSON_KEY_COMPATIBLE_VERSION_CODE = "compatibleVersionCode"; variable
108 jsonObject[JSON_KEY_COMPATIBLE_VERSION_CODE] = compatibleVersionCode; in ToString()
155 JSON_KEY_COMPATIBLE_VERSION_CODE, in FromJsonString()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bundle_info.cpp30 const std::string JSON_KEY_COMPATIBLE_VERSION_CODE = "compatibleVersionCode"; variable
289 jsonObject[JSON_KEY_COMPATIBLE_VERSION_CODE] = compatibleVersionCode; in ToString()
317 …GetValueIfFindKey<uint32_t>(jsonObject, jsonObjectEnd, JSON_KEY_COMPATIBLE_VERSION_CODE, compatibl… in FromJsonString()