Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp135 if (versionInfo.type == HMP_APP_TYPE || versionInfo.type == HMP_MIX_TYPE) { in ParseHmpVersionInfo()
241 if (versionInfo.type == HMP_APP_TYPE || versionInfo.type == HMP_MIX_TYPE) { in ParseModuleInfo()
499 if (versionInfo_.type == HMP_APP_TYPE) { in GetHmpPackageType()
H A Dmodule_update_verify.cpp99 if (type == HMP_APP_TYPE && GetPackInfoVer(root, HMP_API_VERSION, apiVersion)) { in CheckPackInfoVer()
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h34 constexpr const char *HMP_APP_TYPE = "APP"; variable