Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_update_verify.cpp49 int sysApiVersion = GetDeviceApiVersion(); in CheckApiVersion() local
51 if (hmpApiVersion <= sysApiVersion) { in CheckApiVersion()
54 LOG(ERROR) << "sysApiVersion: " << sysApiVersion << "; hmpApiVersion: " << hmpApiVersion; in CheckApiVersion()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp51 int32_t sysApiVersion = StringUtils::StringToInt(SystemProperties::GetApiVersion()); in GetVersionPatch() local
52 if (sysApiVersion <= 0) { in GetVersionPatch()
60 if (record.first <= sysApiVersion) { in GetVersionPatch()