Home
last modified time | relevance | path

Searched refs:IsHotHmpPackage (Results 1 - 5 of 5) sorted by relevance

/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_utils.h41 bool IsHotHmpPackage(int32_t type);
42 bool IsHotHmpPackage(const std::string &hmpName);
/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_consumer.cpp53 bool isHotHmp = IsHotHmpPackage(hmpName); in DoRevert()
H A Dmodule_update_main.cpp352 status.isHotInstall = IsHotHmpPackage(static_cast<int32_t>(status.type)); in InstallModuleFile()
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_utils.cpp294 bool IsHotHmpPackage(int32_t type) in IsHotHmpPackage() function
299 bool IsHotHmpPackage(const std::string &hmpName) in IsHotHmpPackage() function
311 return IsHotHmpPackage(static_cast<int32_t>(preInstalledFile->GetHmpPackageType())); in IsHotHmpPackage()
/base/update/sys_installer/services/module_update/src/
H A Dmodule_update.cpp195 if (CheckBootComplete() && IsHotHmpPackage(static_cast<int32_t>(type))) { in ProcessHmpFile()
315 status.isHotInstall = IsHotHmpPackage(static_cast<int32_t>(moduleFile.GetHmpPackageType())); in ActivateModules()

Completed in 4 milliseconds