/ohos5.0/base/update/updater/test/unittest/updater_binary/ |
H A D | update_partitions_unittest.cpp | 61 int ret = pkgManager->LoadPackage(packagePath, GetTestCertName(), components); 85 int ret = pkgManager->LoadPackage(packagePath, GetTestCertName(), components);
|
/ohos5.0/base/update/updater/test/unittest/script/ |
H A D | script_unittest.h | 45 int32_t LoadPackage(const std::string &packagePath, const std::string &keyPath, in LoadPackage() function 131 int32_t LoadPackage(const std::string &packagePath, in LoadPackage() function
|
/ohos5.0/base/update/updater/services/include/package/ |
H A D | pkg_manager.h | 133 …virtual int32_t LoadPackage(std::vector<std::string> &fileNames, VerifyFunction verifier = nullptr… 258 virtual int32_t LoadPackage(const std::string &packagePath, const std::string &keyPath, 374 virtual int32_t LoadPackage(const std::string &packagePath,
|
/ohos5.0/base/update/updater/services/package/pkg_package/ |
H A D | pkg_zipfile.h | 194 …int32_t LoadPackage(std::vector<std::string> &fileNames, VerifyFunction verifier = nullptr) overri… 197 int32_t LoadPackage(std::vector<std::string> &fileNames, PkgBuffer &buffer,
|
H A D | pkg_lz4file.h | 69 …int32_t LoadPackage(std::vector<std::string> &fileNames, VerifyFunction verifier = nullptr) overri…
|
H A D | pkg_gzipfile.h | 77 …int32_t LoadPackage(std::vector<std::string> &fileNames, VerifyFunction verifier = nullptr) overri…
|
H A D | pkg_pkgfile.h | 47 …int32_t LoadPackage(std::vector<std::string> &fileNames, VerifyFunction verifier = nullptr) overri…
|
H A D | pkg_upgradefile.h | 130 …int32_t LoadPackage(std::vector<std::string> &fileNames, VerifyFunction verify = nullptr) override;
|
H A D | pkg_zipfile.cpp | 120 int32_t ZipPkgFile::LoadPackage(std::vector<std::string> &fileNames, PkgBuffer &buffer, in LoadPackage() function in Hpackage::ZipPkgFile 185 int32_t ZipPkgFile::LoadPackage(std::vector<std::string>& fileNames, VerifyFunction verifier) in LoadPackage() function in Hpackage::ZipPkgFile 236 return LoadPackage(fileNames, buffer, endDirLen, endDirPos, readLen); in LoadPackage()
|
H A D | pkg_lz4file.cpp | 176 int32_t Lz4PkgFile::LoadPackage(std::vector<std::string> &fileNames, VerifyFunction verifier) in LoadPackage() function in Hpackage::Lz4PkgFile
|
/ohos5.0/base/update/updater/services/package/pkg_manager/ |
H A D | pkg_managerImpl.cpp | 243 int32_t ret = LoadPackage(packagePath, fileIds, pkgType); in LoadPackageWithoutUnPack() 264 int32_t ret = pkgFile->LoadPackage(fileIds, in ParsePackage() 278 int32_t PkgManagerImpl::LoadPackage(const std::string &packagePath, const std::string &keyPath, in LoadPackage() function in Hpackage::PkgManagerImpl 298 int32_t ret = LoadPackage(packagePath, fileIds, pkgType); in LoadPackage() 307 int32_t ret = LoadPackage(packagePath, innerFileNames, pkgType); in LoadPackage() 382 int32_t PkgManagerImpl::LoadPackage(const std::string &packagePath, std::vector<std::string> &fileI… in LoadPackage() function in Hpackage::PkgManagerImpl 420 ret = pkgFile->LoadPackage(fileIds, in LoadPackageWithStream() 706 ret = pkgManager->LoadPackage(packagePath, keyPath, components); in DoCreatePkgStream()
|
H A D | pkg_manager_impl.h | 49 int32_t LoadPackage(const std::string &packagePath, const std::string &keyPath, 99 int32_t LoadPackage(const std::string &packagePath,
|
/ohos5.0/base/update/updater/test/fuzztest/binflow_fuzzer/ |
H A D | binflow_fuzzer.cpp | 36 int32_t ret = pkgManager->LoadPackage(packagePath, Utils::GetCertName(), components); in TestBinFlowUpdater()
|
/ohos5.0/base/update/updater/services/ptable_parse/ |
H A D | ptable_process.cpp | 51 int32_t ret = pkgManager->LoadPackage(path, Utils::GetCertName(), components); in PtableProcess()
|
/ohos5.0/base/update/updater/test/unittest/flow_update/update_bin/ |
H A D | bin_flow_update_unittest.cpp | 53 int32_t ret = pkgManager->LoadPackage(packagePath, Utils::GetCertName(), components); in TestBinFlowUpdater()
|
/ohos5.0/base/update/updater/test/unittest/package/ |
H A D | pkg_package_unittest.cpp | 61 … virtual int32_t LoadPackage(std::vector<std::string>& fileNames, VerifyFunction verify = nullptr) in LoadPackage() function in UpdaterUt::TestFile 194 int32_t ret = pkgManager->LoadPackage(packagePath, Utils::GetCertName(), components); in TestUpdaterPreProcess()
|
H A D | pkg_verify_unittest.cpp | 228 EXPECT_EQ(PKG_SUCCESS, pkgManager_->LoadPackage(testPackagePath + invalidPkgPath, in TestHashDataVerifierFailed03() 264 … EXPECT_EQ(PKG_SUCCESS, pkgManager_->LoadPackage(testPackagePath + "updater_full_with_hsd.zip", in TestHashDataVerifierSuccess()
|
H A D | package_unittest.cpp | 140 int32_t ret = pkgManager_->LoadPackage( in TestPackageUnpack() 160 int32_t ret = pkgManager_->LoadPackage(TEST_PATH_TO + testZipPackageName, in TestZipPkgDecompress()
|
/ohos5.0/base/update/updater/test/unittest/updater_test/ |
H A D | updater_unittest.cpp | 84 int32_t ret = pkgManager->LoadPackage(packagePath, GetTestCertName(), components);
|
/ohos5.0/base/update/updater/test/fuzztest/fuzz_src_data/ |
H A D | TestDecompressGzip.new.gz | 1/*
2 * Copyright (c) 2021 Huawei Device Co., Ltd.
3 * ... |
/ohos5.0/base/update/updater/test/unittest/test_data/applypatch/ |
H A D | TestDecompressGzip.new.gz | 1/*
2 * Copyright (c) 2021 Huawei Device Co., Ltd.
3 * ... |
/ohos5.0/base/update/updater/test/fuzztest/package_fuzzer/ |
H A D | package_fuzzer.cpp | 138 int32_t ret = pkgManager_->LoadPackage( in TestPackageUnpack() 151 int32_t ret = pkgManager_->LoadPackage(TEST_PATH_TO + testZipPackageName, in TestZipPkgDecompress()
|
/ohos5.0/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/ |
H A D | UpdaterStartUpdaterProc_fuzzer.cpp | 165 pkgManager->LoadPackage(patch, GetTestCertName(), components); in StartUpdaterProcFun()
|
/ohos5.0/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/ |
H A D | extractandexecutescript_fuzzer.cpp | 156 …int32_t ret = packageManager->LoadPackage(TEST_PATH_TO + testPackageName, GetTestCertName(), compo… in TestUscriptExecute()
|
/ohos5.0/base/update/updater/test/unittest/test_data/diffpatch/ |
H A D | PatchGztest_new.gz | 1[==========] Running 25 tests from 7 test ... |