| /base/update/updater/test/unittest/updater_binary/ |
| D | update_image_block_test.cpp | 63 const string packagePath = "/data/updater/updater/updater_write_miscblock_img.zip"; variable 75 const string packagePath = "/data/updater/updater/updater_write_diff_miscblock_img.zip"; variable 87 const string packagePath = "/data/updater/updater/updater_write_diff_miscblock_img.zip"; variable 98 const string packagePath = "/data/updater/updater/updater_diff_misc_verify_err.zip"; variable
|
| D | update_processor_unittest.cpp | 74 const string packagePath = "/data/updater/updater/updater_write_misc_img.zip"; variable 91 const string packagePath = "/data/updater/updater/updater_write_diff_misc_img.zip"; variable 108 const string packagePath = "/data/updater/updater/updater_write_diff_misc_img.zip"; variable 139 const string packagePath = "/data/updater/updater/updater_write_extract_img.zip"; variable 146 const string packagePath = "/data/updater/updater/updater_write_not_exist.zip"; variable
|
| D | update_partitions_unittest.cpp | 60 const string packagePath = "/data/updater/updater/parts/updaterpart01.zip"; variable 84 const string packagePath = "/data/updater/updater/parts/updaterpart02.zip"; variable
|
| D | updater_binary_unittest.cpp | 157 std::string packagePath = TEST_PATH_TO; in CreatePackageBin() local
|
| /base/update/updater/test/unittest/script/ |
| D | script_unittest.h | 40 int32_t VerifyPackage(const std::string &packagePath, const std::string &keyPath, in VerifyPackage() 45 int32_t LoadPackage(const std::string &packagePath, const std::string &keyPath, in LoadPackage() 50 int32_t VerifyOtaPackage(const std::string &packagePath) override in VerifyOtaPackage() 54 int32_t VerifyOtaPackage(const std::string &packagePath, bool isSupportOldSig) override in VerifyOtaPackage() 62 int32_t VerifyBinFile(const std::string &packagePath, const std::string &keyPath, in VerifyBinFile() 67 const PkgInfo *GetPackageInfo(const std::string &packagePath) override in GetPackageInfo() 102 int32_t LoadPackageWithoutUnPack(const std::string &packagePath, in LoadPackageWithoutUnPack() 113 int32_t LoadPackageWithStream(const std::string &packagePath, const std::string &keyPath, in LoadPackageWithStream() 131 …int32_t ParseComponents(const std::string &packagePath, std::vector<std::string> &fileName) overri… in ParseComponents() 135 int32_t LoadPackage(const std::string &packagePath, in LoadPackage() [all …]
|
| /base/update/updater/test/unittest/package/ |
| D | pkg_package_unittest.cpp | 78 std::string packagePath = TEST_PATH_TO; in TestPkgFile() local 100 std::string packagePath = TEST_PATH_TO; in TestPkgFileInvalid() local 119 std::string packagePath = TEST_PATH_TO; in TestBigZipEntry() local 192 std::string packagePath = testPackagePath + "test_package.zip"; in TestUpdaterPreProcess() local
|
| D | pkg_manager_unittest.cpp | 138 std::string packagePath = TEST_PATH_TO; in TestPackagePack() local 153 std::string packagePath = TEST_PATH_TO; in TestPackagePackFileNotExist() local 167 std::string packagePath = TEST_PATH_TO; in TestPackagePackParamInvalid() local 199 std::string packagePath = TEST_PATH_TO; in TestInvalidStream() local 259 std::string packagePath = TEST_PATH_TO; in TestCreatePackageInvalidFile() local 272 std::string packagePath = TEST_PATH_TO; in TestCreatePackageInvalidSignMethod() local
|
| D | package_unittest.cpp | 57 std::string packagePath = TEST_PATH_TO + testPackageName; in TestInvalidCreatePackage() local 122 std::string packagePath = TEST_PATH_TO; in TestPackagePack() local
|
| D | pkg_verify_unittest.cpp | 58 std::string packagePath = "invalid_path"; in TestExtraPackageFile() local 78 std::string packagePath = "invalid_path"; in TestExtraPackageDir() local
|
| D | pkg_test.h | 70 int32_t BuildFileDigest(uint8_t &digest, size_t size, const std::string &packagePath) in BuildFileDigest()
|
| /base/update/updater/interfaces/kits/packages/ |
| D | package.cpp | 191 int32_t VerifyPackage(const char *packagePath, in VerifyPackage() 214 int32_t VerifyPackageWithCallback(const std::string &packagePath, in VerifyPackageWithCallback() 236 int32_t ExtraPackageDir(const char *packagePath, [[maybe_unused]] const char *keyPath, const char *… in ExtraPackageDir() 275 int32_t ExtraPackageFile(const char *packagePath, [[maybe_unused]] const char *keyPath, const char … in ExtraPackageFile()
|
| /base/update/updater/services/package/pkg_manager/ |
| D | pkg_managerImpl.cpp | 249 int32_t PkgManagerImpl::LoadPackageWithoutUnPack(const std::string &packagePath, in LoadPackageWithoutUnPack() 288 int32_t PkgManagerImpl::LoadPackage(const std::string &packagePath, const std::string &keyPath, in LoadPackage() 392 int32_t PkgManagerImpl::LoadPackage(const std::string &packagePath, std::vector<std::string> &fileI… in LoadPackage() 445 int32_t PkgManagerImpl::LoadPackageWithStream(const std::string &packagePath, const std::string &ke… in LoadPackageWithStream() 458 int32_t PkgManagerImpl::LoadPackageWithStream(const std::string &packagePath, in LoadPackageWithStream() 503 int32_t PkgManagerImpl::ParseComponents(const std::string &packagePath, std::vector<std::string> &f… in ParseComponents() 515 const PkgInfo *PkgManagerImpl::GetPackageInfo(const std::string &packagePath) in GetPackageInfo() 738 int32_t PkgManagerImpl::VerifyPackage(const std::string &packagePath, const std::string &keyPath, in DoCreatePkgStream() 1021 int32_t PkgManagerImpl::VerifyAccPackage(const std::string &packagePath, const std::string &keyPath) in DoCreatePkgStream() 1098 int32_t PkgManagerImpl::VerifyOtaPackage(const std::string &packagePath) in DoCreatePkgStream() [all …]
|
| /base/update/updater/services/updater_binary/ |
| D | main.cpp | 38 std::string packagePath; in main() local
|
| D | update_processor_stream.cpp | 87 static int ProcessUpdateFile(const std::string &packagePath, FILE* pipeWrite) in ProcessUpdateFile() 145 int ProcessUpdaterStream(bool retry, int pipeFd, const std::string &packagePath, const std::string … in ProcessUpdaterStream()
|
| D | update_processor.cpp | 475 int ProcessUpdater(bool retry, int pipeFd, const std::string &packagePath, const std::string &keyPa… in ProcessUpdater()
|
| /base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/ |
| D | UpdaterStartUpdaterProc_fuzzer.cpp | 48 static int32_t BuildFileDigest(uint8_t &digest, size_t size, const std::string &packagePath) in BuildFileDigest() 140 std::string packagePath = TEST_PATH_TO; in CreatePackageZip() local
|
| /base/update/updater/test/fuzztest/binflow_fuzzer/ |
| D | binflow_fuzzer.cpp | 28 std::string packagePath = std::string(reinterpret_cast<const char*>(data), size); in TestBinFlowUpdater() local
|
| /base/update/updateservice/services/engine/src/ |
| D | update_service_local_updater.cpp | 43 int32_t UpdateServiceLocalUpdater::VerifyUpgradePackage(const std::string &packagePath, const std::… in VerifyUpgradePackage()
|
| /base/update/updater/test/unittest/updater_test/ |
| D | updater_unittest.cpp | 72 std::string packagePath = "/data/updater/updater/updater_without_updater_binary.zip"; variable
|
| /base/update/updater/test/unittest/flow_update/update_bin/ |
| D | bin_flow_update_unittest.cpp | 45 std::string packagePath = "/data/updater/package/updater_flow.zip"; in TestBinFlowUpdater() local
|
| /base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/ |
| D | extractandexecutescript_fuzzer.cpp | 186 int32_t BuildFileDigest(uint8_t &digest, size_t size, const std::string &packagePath) in BuildFileDigest() 274 std::string packagePath = TEST_PATH_TO; in CreatePackageBin() local
|
| /base/update/updater/test/fuzztest/package_fuzzer/ |
| D | package_fuzzer.cpp | 58 std::string packagePath = TEST_PATH_TO + testPackageName; in TestInvalidCreatePackage() local 113 std::string packagePath = TEST_PATH_TO; in TestPackagePack() local
|
| /base/update/updater/services/diffpatch/patch_shared/ |
| D | patch_shared.cpp | 86 static int GetUpdateBlockInfo(UpdateBlockInfo &infos, const std::string &packagePath, in GetUpdateBlockInfo() 416 int RestoreOriginalFile(const std::string &packagePath, const std::string &srcImage, const std::str… in RestoreOriginalFile()
|
| /base/update/updater/services/include/package/ |
| D | pkg_manager.h | 38 std::string packagePath; member
|
| /base/update/updater/services/ |
| D | updater_main.cpp | 133 static UpdaterStatus ReadUpdateStreamzip(const std::string &packagePath) in ReadUpdateStreamzip() 195 static UpdaterStatus GetReadUpdateStreamzipFromBinfile(const std::string &packagePath) in GetReadUpdateStreamzipFromBinfile() 207 int OtaUpdatePreCheck(PkgManager::PkgManagerPtr pkgManager, const std::string &packagePath) in OtaUpdatePreCheck()
|