Home
last modified time | relevance | path

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

/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 &cfgDir) in StartDeleteParaZip() function in OHOS::SysInstaller::InstallerManagerHelper
/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);
/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 &cfgDir) in StartDeleteParaZip() function in OHOS::SysInstaller::SysInstallerServer
80 LOG(INFO) << "StartDeleteParaZip"; in StartDeleteParaZip()
81 return InstallerManager::GetInstance().StartDeleteParaZip(location, cfgDir); in StartDeleteParaZip()
H A Dsys_installer_stub.cpp141 int32_t ret = service->StartDeleteParaZip(location, cfgDir); in StartDeleteParaZipStub()
/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;
/base/update/sys_installer/interfaces/innerkits/ipc_client/include/
H A Dsys_installer_proxy.h34 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir);
H A Dsys_installer_kits.h45 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir) = 0;
H A Dsys_installer_kits_impl.h36 virtual int32_t StartDeleteParaZip(const std::string &location, const std::string &cfgDir);
/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;
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dsys_installer_client.cpp65 ret = SysInstallerKitsImpl::GetInstance().StartDeleteParaZip("System", "/taboo"); in main()
H A Dsys_installer_kits_impl.cpp212 int32_t SysInstallerKitsImpl::StartDeleteParaZip(const std::string &location, const std::string &cfgDir) in StartDeleteParaZip() function in OHOS::SysInstaller::SysInstallerKitsImpl
214 LOG(INFO) << "StartDeleteParaZip"; in StartDeleteParaZip()
220 int32_t ret = updateService->StartDeleteParaZip(location, cfgDir); in StartDeleteParaZip()
221 LOG(INFO) << "StartDeleteParaZip ret:" << ret; in StartDeleteParaZip()
H A Dsys_installer_proxy.cpp173 int32_t SysInstallerProxy::StartDeleteParaZip(const std::string &location, const std::string &cfgDir) in StartDeleteParaZip() function in OHOS::SysInstaller::SysInstallerProxy
175 LOG(INFO) << "StartDeleteParaZip"; in StartDeleteParaZip()
/base/update/sys_installer/test/unittest/ipc_test/
H A Dsys_installer_ipc_test.cpp150 // StartDeleteParaZip test
153 cout << " StartDeleteParaZip start " << std::endl; in HWTEST_F()
156 auto ret = env.StartDeleteParaZip("", ""); in HWTEST_F()
188 ret = SysInstallerKitsImpl::GetInstance().StartDeleteParaZip("", ""); in HWTEST_F()

Completed in 5 milliseconds