Home
last modified time | relevance | path

Searched refs:SysInstallerServer (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dsys_installer_server.cpp26 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::SysInstallerServer
35 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 …]
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/include/
H A Dsys_installer_server.h32 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;