Searched refs:ModuleUpdateService (Results 1 – 4 of 4) sorted by relevance
93 ModuleUpdateService::ModuleUpdateService() : SystemAbility(MODULE_UPDATE_SERVICE_ID, true) in ModuleUpdateService() function in OHOS::SysInstaller::ModuleUpdateService98 ModuleUpdateService::~ModuleUpdateService() in ~ModuleUpdateService()103 int32_t ModuleUpdateService::InstallModulePackage(const std::string &pkgPath) in InstallModulePackage()153 int32_t ModuleUpdateService::InstallModuleFile(const std::string &hmpName, const std::string &file)… in InstallModuleFile()204 int32_t ModuleUpdateService::UninstallModulePackage(const std::string &hmpName) in UninstallModulePackage()231 int32_t ModuleUpdateService::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo()245 void ModuleUpdateService::CollectModulePackageInfo(const std::string &hmpName, in CollectModulePackageInfo()278 int32_t ModuleUpdateService::ReportModuleUpdateStatus(const ModuleUpdateStatus &status) in ReportModuleUpdateStatus()293 int32_t ModuleUpdateService::ExitModuleUpdate() in ExitModuleUpdate()299 void ModuleUpdateService::ProcessSaStatus(const SaStatus &status, std::unordered_set<std::string> &… in ProcessSaStatus()[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()