Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h78 const char PROFILE_KEY_APIVERSION_COMPATIBLE[] = "compatible"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp236 if (!cJSON_HasObjectItem(object, PROFILE_KEY_APIVERSION_COMPATIBLE) || in CheckApiVersion()
240 …rofile.profileApiVersion.minApiVersion = ParseValue(object, PROFILE_KEY_APIVERSION_COMPATIBLE, -1); in CheckApiVersion()
H A Dbundle_parser.cpp350 …rofile.profileApiVersion.minApiVersion = ParseValue(object, PROFILE_KEY_APIVERSION_COMPATIBLE, -1); in ParseJsonInfo()