Home
last modified time | relevance | path

Searched refs:StartDeleteParaZip (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/base/update/sys_installer/frameworks/installer_manager/include/
H A Dinstaller_manager_helper.h33 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir) = 0;
50 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir);
H A Dinstaller_manager.h37 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir);
/ohos5.0/base/update/sys_installer/frameworks/installer_manager/src/
H A Dinstaller_manager.cpp88 int32_t InstallerManager::StartDeleteParaZip(const std::string &location, const std::string &cfgDir) in StartDeleteParaZip() function in OHOS::SysInstaller::InstallerManager
94 return helper_->StartDeleteParaZip(location, cfgDir); in StartDeleteParaZip()
H A Dinstaller_manager_helper.cpp84 int32_t InstallerManagerHelper::StartDeleteParaZip(const std::string &location, const std::string &… in StartDeleteParaZip() function in OHOS::SysInstaller::InstallerManagerHelper
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dsys_installer_server.cpp78 int32_t SysInstallerServer::StartDeleteParaZip(const std::string &location, const std::string &cfgD… in StartDeleteParaZip() function in OHOS::SysInstaller::SysInstallerServer
81 return InstallerManager::GetInstance().StartDeleteParaZip(location, cfgDir); in StartDeleteParaZip()
H A Dsys_installer_stub.cpp141 int32_t ret = service->StartDeleteParaZip(location, cfgDir); in StartDeleteParaZipStub()
/ohos5.0/base/update/sys_installer/test/unittest/ipc_test/
H A Dsys_installer_ipc_test.cpp156 auto ret = env.StartDeleteParaZip("", "");
188 ret = SysInstallerKitsImpl::GetInstance().StartDeleteParaZip("", "");
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dsys_installer_kits_impl.cpp212 int32_t SysInstallerKitsImpl::StartDeleteParaZip(const std::string &location, const std::string &cf… in StartDeleteParaZip() function in OHOS::SysInstaller::SysInstallerKitsImpl
220 int32_t ret = updateService->StartDeleteParaZip(location, cfgDir); in StartDeleteParaZip()
H A Dsys_installer_client.cpp65 ret = SysInstallerKitsImpl::GetInstance().StartDeleteParaZip("System", "/taboo"); in main()
H A Dsys_installer_proxy.cpp173 int32_t SysInstallerProxy::StartDeleteParaZip(const std::string &location, const std::string &cfgDi… in StartDeleteParaZip() function in OHOS::SysInstaller::SysInstallerProxy
/ohos5.0/base/update/sys_installer/interfaces/inner_api/include/
H A Disys_installer.h36 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir) = 0;
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H A Dsys_installer_kits.h45 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir) = 0;
H A Dsys_installer_proxy.h34 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir);
H A Dsys_installer_kits_impl.h36 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir);
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/include/
H A Dsys_installer_server.h45 int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir) override;