Searched refs:ModuleUpdateService (Results 1 – 4 of 4) sorted by relevance
111 ModuleUpdateService::ModuleUpdateService() : SystemAbility(MODULE_UPDATE_SERVICE_ID, true) in ModuleUpdateService() function in OHOS::SysInstaller::ModuleUpdateService116 ModuleUpdateService::~ModuleUpdateService() in ~ModuleUpdateService()121 int32_t ModuleUpdateService::InstallModulePackage(const std::string &pkgPath) in InstallModulePackage()132 int32_t ModuleUpdateService::ReallyInstallModulePackage(const std::string &pkgPath, in ReallyInstallModulePackage()184 int32_t ModuleUpdateService::InstallModuleFile(const std::string &hmpName, const std::string &file)… in InstallModuleFile()235 int32_t ModuleUpdateService::UninstallModulePackage(const std::string &hmpName) in UninstallModulePackage()262 int32_t ModuleUpdateService::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo()276 void ModuleUpdateService::CollectModulePackageInfo(const std::string &hmpName, in CollectModulePackageInfo()309 int32_t ModuleUpdateService::ReportModuleUpdateStatus(const ModuleUpdateStatus &status) in ReportModuleUpdateStatus()324 int32_t ModuleUpdateService::ExitModuleUpdate() in ExitModuleUpdate()[all …]
26 class ModuleUpdateService : public SystemAbility, public ModuleUpdateStub {27 DECLARE_SYSTEM_ABILITY(ModuleUpdateService);30 ModuleUpdateService();31 ~ModuleUpdateService();
45 sptr<ModuleUpdateService> moduleUpdate_ = nullptr;
42 moduleUpdate_ = new ModuleUpdateService(); in ModuleUpdateMain()