Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_update_verify.cpp99 if (type == HMP_APP_TYPE && GetPackInfoVer(root, HMP_API_VERSION, apiVersion)) { in CheckPackInfoVer()
109 GetPackInfoVer(root, HMP_API_VERSION, apiVersion)) { in CheckPackInfoVer()
H A Dmodule_file.cpp136 std::optional<string> apiVersion = package[HMP_API_VERSION].As<string>(); in ParseHmpVersionInfo()
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h38 constexpr const char *HMP_API_VERSION = "apiVersion"; variable