Home
last modified time | relevance | path

Searched defs:pkgPath (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/base/update/sys_installer/frameworks/installer_manager/src/
H A Dinstaller_manager_helper.cpp43 int32_t InstallerManagerHelper::StartUpdatePackageZip(const std::string &pkgPath) in StartUpdatePackageZip()
78 int32_t InstallerManagerHelper::StartUpdateParaZip(const std::string &pkgPath, in StartUpdateParaZip()
H A Dinstaller_manager.cpp51 int32_t InstallerManager::StartUpdatePackageZip(const std::string &pkgPath) in StartUpdatePackageZip()
78 int32_t InstallerManager::StartUpdateParaZip(const std::string &pkgPath, in StartUpdateParaZip()
/ohos5.0/base/update/updater/services/sdcard_update/
H A Dsdcard_update.cpp43 for (auto pkgPath : sdcardPkgs) { in GetSdcardPkgsPath() local
63 for (auto pkgPath : upParams.updatePackage) { in CheckPathNeedMountSD() local
/ohos5.0/base/update/updater/interfaces/kits/updaterkits/
H A Dupdaterkits.cpp51 static void WriteUpdaterResultFile(const std::string &pkgPath, const std::string &result) in WriteUpdaterResultFile()
83 std::string pkgPath = ""; in ParsePkgPath() local
108 std::string pkgPath = ParsePkgPath(updateMsg); in WriteToMiscAndResultFileRebootToUpdater() local
/ohos5.0/base/update/sys_installer/frameworks/actions/verify_action/include/
H A Dpkg_verify.h28 const std::string &pkgPath) : statusManager_(statusManager), pkgPath_(pkgPath) {} in PkgVerify()
/ohos5.0/base/update/sys_installer/services/ab_update/include/
H A Dab_update.h28 const std::string &pkgPath) : statusManager_(statusManager), pkgPath_(pkgPath) {} in ABUpdate()
/ohos5.0/base/update/sys_installer/frameworks/ipc_server/src/
H A Dsys_installer_server.cpp53 int32_t SysInstallerServer::StartUpdatePackageZip(const std::string &pkgPath) in StartUpdatePackageZip()
71 int32_t SysInstallerServer::StartUpdateParaZip(const std::string &pkgPath, in StartUpdateParaZip()
H A Dsys_installer_stub.cpp78 string pkgPath = Str16ToStr8(data.ReadString16()); in StartUpdatePackageZipStub() local
120 string pkgPath = Str16ToStr8(data.ReadString16()); in StartUpdateParaZipStub() local
H A Dmodule_update_service.cpp60 int32_t ModuleUpdateService::InstallModulePackage(const std::string &pkgPath) in InstallModulePackage()
H A Dmodule_update_stub.cpp68 string pkgPath = Str16ToStr8(data.ReadString16()); in InstallModulePackageStub() local
/ohos5.0/base/update/updater/services/package/pkg_verify/
H A Dhash_data_verifier.cpp38 bool HashDataVerifier::LoadHashDataAndPkcs7(const std::string &pkgPath) in LoadHashDataAndPkcs7()
114 bool HashDataVerifier::LoadPkcs7FromPackage(const std::string &pkgPath) in LoadPkcs7FromPackage()
/ohos5.0/base/update/sys_installer/test/fuzztest/sysinstaller_fuzzer/
H A Dsys_installer_fuzzer.cpp36 const std::string pkgPath = "/data/updater/fuzz/updater.zip"; in FuzzSysInstaller() local
/ohos5.0/base/update/sys_installer/frameworks/actions/verify_action/src/
H A Dpkg_verify.cpp34 int PkgVerify::Verify(const std::string &pkgPath) in Verify()
/ohos5.0/base/update/updater/test/unittest/updaterkits_test/
H A Dupdaterkits_unittest.cpp63 std::vector<std::string> pkgPath {}; variable
/ohos5.0/base/update/sys_installer/services/ab_update/src/
H A Dab_update.cpp29 UpdaterStatus ABUpdate::StartABUpdate(const std::string &pkgPath) in StartABUpdate()
/ohos5.0/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
H A Dsys_installer_kits_impl.cpp150 int32_t SysInstallerKitsImpl::StartUpdatePackageZip(const std::string &pkgPath) in StartUpdatePackageZip()
195 int32_t SysInstallerKitsImpl::StartUpdateParaZip(const std::string &pkgPath, in StartUpdateParaZip()
H A Dsys_installer_proxy.cpp53 int32_t SysInstallerProxy::StartUpdatePackageZip(const std::string &pkgPath) in StartUpdatePackageZip()
142 int32_t SysInstallerProxy::StartUpdateParaZip(const std::string &pkgPath, in StartUpdateParaZip()
H A Dmodule_update_kits_impl.cpp100 int32_t ModuleUpdateKitsImpl::InstallModulePackage(const std::string &pkgPath) in InstallModulePackage()
H A Dmodule_update_proxy.cpp27 int32_t ModuleUpdateProxy::InstallModulePackage(const std::string &pkgPath) in InstallModulePackage()
/ohos5.0/base/update/updater/test/fuzztest/package_fuzzer/
H A Dpkg_fuzz_test.h93 int32_t BuildFileDigest(uint8_t &digest, size_t size, const std::string &pkgPath) in BuildFileDigest()
H A Dpackage_fuzzer.cpp256 const std::string pkgPath = "/data/fuzz/test/updater.zip"; in FuzzVerifyPackage() local
/ohos5.0/base/update/updater/services/updater_binary/
H A Dupdate_processor.cpp384 int ExecUpdate(PkgManager::PkgManagerPtr pkgManager, int retry, const std::string &pkgPath, in ExecUpdate()
/ohos5.0/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp231 int32_t ModuleUpdateMain::ReallyInstallModulePackage(const std::string &pkgPath, in ReallyInstallModulePackage()
/ohos5.0/base/update/updater/services/
H A Dupdater_main.cpp125 static UpdaterStatus UpdatePreCheck(UpdaterParams &upParams, const std::string pkgPath) in UpdatePreCheck()