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()52 int32_t SysInstallerServer::StartUpdatePackageZip(const std::string &pkgPath) in StartUpdatePackageZip()58 int32_t SysInstallerServer::SetUpdateCallback(const sptr<ISysInstallerCallback> &updateCallback) in SetUpdateCallback()64 int32_t SysInstallerServer::GetUpdateStatus() in GetUpdateStatus()70 int32_t SysInstallerServer::StartUpdateParaZip(const std::string &pkgPath, in StartUpdateParaZip()77 int32_t SysInstallerServer::StartDeleteParaZip(const std::string &location, const std::string &cfgD… in StartDeleteParaZip()83 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;