Searched refs:ModuleUpdateService (Results 1 – 2 of 2) sorted by relevance
45 REGISTER_SYSTEM_ABILITY_BY_ID(ModuleUpdateService, MODULE_UPDATE_SERVICE_ID, false)49 ModuleUpdateService::ModuleUpdateService(int32_t systemAbilityId, bool runOnCreate) in ModuleUpdateService() function in OHOS::SysInstaller::ModuleUpdateService55 ModuleUpdateService::~ModuleUpdateService() in ~ModuleUpdateService()60 int32_t ModuleUpdateService::InstallModulePackage(const std::string &pkgPath) in InstallModulePackage()71 int32_t ModuleUpdateService::UninstallModulePackage(const std::string &hmpName) in UninstallModulePackage()77 int32_t ModuleUpdateService::GetModulePackageInfo(const std::string &hmpName, in GetModulePackageInfo()85 int32_t ModuleUpdateService::ExitModuleUpdate() in ExitModuleUpdate()100 std::vector<HmpVersionInfo> ModuleUpdateService::GetHmpVersionInfo() in GetHmpVersionInfo()106 int32_t ModuleUpdateService::StartUpdateHmpPackage(const std::string &path, in StartUpdateHmpPackage()136 std::vector<HmpUpdateInfo> ModuleUpdateService::GetHmpUpdateResult() in GetHmpUpdateResult()[all …]
23 class ModuleUpdateService : public SystemAbility, public ModuleUpdateStub {24 DECLARE_SYSTEM_ABILITY(ModuleUpdateService);27 ModuleUpdateService(int32_t systemAbilityId, bool runOnCreate = false);28 ~ModuleUpdateService() override;