Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_update_verify.cpp47 bool CheckApiVersion(const std::string &apiVersion) in CheckApiVersion() function
100 return CheckApiVersion(apiVersion); in CheckPackInfoVer()
110 return CheckApiVersion(apiVersion) && CheckSaSdkVersion(saSdkVersion); in CheckPackInfoVer()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_parser.h37 static uint8_t CheckApiVersion(const cJSON *appObject, BundleProfile &bundleProfile);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp219 uint8_t checkRet = CheckApiVersion(appObject, bundleProfile); in ParseJsonInfo()
226 uint8_t GtBundleParser::CheckApiVersion(const cJSON *appObject, BundleProfile &bundleProfile) in CheckApiVersion() function in OHOS::GtBundleParser