Home
last modified time | relevance | path

Searched refs:JSON_KEY_MIN_COMPATIBLE_VERSION (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.cpp33 const char* JSON_KEY_MIN_COMPATIBLE_VERSION = "minCompatibleVersion"; variable
109 jsonObject[JSON_KEY_MIN_COMPATIBLE_VERSION] = minCompatibleVersion; in ToString()
171 JSON_KEY_MIN_COMPATIBLE_VERSION, in FromJsonString()
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Ddistributed_bundle_info.cpp32 const std::string JSON_KEY_MIN_COMPATIBLE_VERSION = "minCompatibleVersion"; variable
290 jsonObject[JSON_KEY_MIN_COMPATIBLE_VERSION] = minCompatibleVersion; in ToString()
321 …GetValueIfFindKey<uint32_t>(jsonObject, jsonObjectEnd, JSON_KEY_MIN_COMPATIBLE_VERSION, minCompati… in FromJsonString()