Home
last modified time | relevance | path

Searched refs:InstallerManagerHelper (Results 1 - 3 of 3) sorted by relevance

/base/update/sys_installer/frameworks/installer_manager/src/
H A Dinstaller_manager_helper.cpp31 int32_t InstallerManagerHelper::SysInstallerInit() in SysInstallerInit()
43 int32_t InstallerManagerHelper::StartUpdatePackageZip(const std::string &pkgPath) in StartUpdatePackageZip()
60 int32_t InstallerManagerHelper::SetUpdateCallback(const sptr<ISysInstallerCallback> &updateCallback) in SetUpdateCallback()
69 int32_t InstallerManagerHelper::GetUpdateStatus() in GetUpdateStatus()
78 int32_t InstallerManagerHelper::StartUpdateParaZip(const std::string &pkgPath, in StartUpdateParaZip()
84 int32_t InstallerManagerHelper::StartDeleteParaZip(const std::string &location, const std::string &cfgDir) in StartDeleteParaZip()
89 int32_t InstallerManagerHelper::AccDecompressAndVerifyPkg(const std::string &srcPath, in AccDecompressAndVerifyPkg()
95 int32_t InstallerManagerHelper::AccDeleteDir(const std::string &dstPath) in AccDeleteDir()
H A Dinstaller_manager.cpp45 RegisterDump(std::make_unique<InstallerManagerHelper>()); in SysInstallerInit()
/base/update/sys_installer/frameworks/installer_manager/include/
H A Dinstaller_manager_helper.h39 class InstallerManagerHelper : public IInstallerManagerHelper { class
41 InstallerManagerHelper() = default;
42 virtual ~InstallerManagerHelper() = default;

Completed in 2 milliseconds