Searched refs:SysInstallerServer (Results 1 – 2 of 2) sorted by relevance
26 REGISTER_SYSTEM_ABILITY_BY_ID(SysInstallerServer, SYS_INSTALLER_DISTRIBUTED_SERVICE_ID, false)30 SysInstallerServer::SysInstallerServer(int32_t systemAbilityId, bool runOnCreate) in SysInstallerServer() function in OHOS::SysInstaller::SysInstallerServer35 SysInstallerServer::~SysInstallerServer() in ~SysInstallerServer()39 int32_t SysInstallerServer::SysInstallerInit() in SysInstallerInit()53 int32_t SysInstallerServer::StartUpdatePackageZip(const std::string &pkgPath) in StartUpdatePackageZip()65 int32_t SysInstallerServer::GetUpdateStatus() in GetUpdateStatus()71 int32_t SysInstallerServer::StartUpdateParaZip(const std::string &pkgPath, in StartUpdateParaZip()84 int32_t SysInstallerServer::AccDecompressAndVerifyPkg(const std::string &srcPath, in AccDecompressAndVerifyPkg()91 int32_t SysInstallerServer::AccDeleteDir(const std::string &dstPath) in AccDeleteDir()97 void SysInstallerServer::OnStart() in OnStart()[all …]
32 class SysInstallerServer : public SystemAbility, public SysInstallerStub {34 DECLARE_SYSTEM_ABILITY(SysInstallerServer);35 DISALLOW_COPY_AND_MOVE(SysInstallerServer);36 SysInstallerServer(int32_t systemAbilityId, bool runOnCreate = false);37 ~SysInstallerServer() override;