/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 71 const string packagePath = "/data/updater/updater/updater_write_diff_miscblock_img.zip"; variable 79 const string packagePath = "/data/updater/updater/updater_write_diff_miscblock_img.zip"; variable
|
D | update_processor_unittest.cpp | 74 const string packagePath = "/data/updater/updater/updater_write_misc_img.zip"; variable 87 const string packagePath = "/data/updater/updater/updater_write_diff_misc_img.zip"; variable 100 const string packagePath = "/data/updater/updater/updater_write_diff_misc_img.zip"; variable
|
D | update_partitions_unittest.cpp | 57 const string packagePath = "/data/updater/updater/parts/updaterpart01.zip"; variable 80 const string packagePath = "/data/updater/updater/parts/updaterpart02.zip"; variable
|
D | updater_binary_unittest.cpp | 159 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 VerifyBinFile(const std::string &packagePath, const std::string &keyPath, in VerifyBinFile() 59 const PkgInfo *GetPackageInfo(const std::string &packagePath) override in GetPackageInfo() 94 int32_t LoadPackageWithoutUnPack(const std::string &packagePath, in LoadPackageWithoutUnPack() 105 int32_t LoadPackageWithStream(const std::string &packagePath, const std::string &keyPath, in LoadPackageWithStream() 122 …int32_t ParseComponents(const std::string &packagePath, std::vector<std::string> &fileName) overri… in ParseComponents()
|
/base/update/updater/services/updater_binary/ |
D | main.cpp | 46 std::string packagePath = argv[0]; in main() local
|
D | update_processor.cpp | 439 int ProcessUpdater(bool retry, int pipeFd, const std::string &packagePath, const std::string &keyPa… in ProcessUpdater()
|
/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 | package_unittest.cpp | 57 std::string packagePath = TEST_PATH_TO + testPackageName; in TestInvalidCreatePackage() local 118 std::string packagePath = TEST_PATH_TO; in TestPackagePack() 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 | 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 | 171 int32_t VerifyPackage(const char *packagePath, in VerifyPackage() 189 int32_t VerifyPackageWithCallback(const std::string &packagePath, in VerifyPackageWithCallback() 207 int32_t ExtraPackageDir(const char *packagePath, [[maybe_unused]] const char *keyPath, const char *… in ExtraPackageDir() 242 int32_t ExtraPackageFile(const char *packagePath, [[maybe_unused]] const char *keyPath, const char … in ExtraPackageFile()
|
/base/update/sys_installer/test/fuzztest/ |
D | sys_installer_fuzzer.cpp | 42 static int32_t BuildFileDigest(uint8_t &digest, size_t size, const std::string &packagePath) in BuildFileDigest() 131 std::string packagePath = TEST_PATH_TO; in CreatePackageZip() local
|
/base/update/updater/services/package/pkg_manager/ |
D | pkg_managerImpl.cpp | 236 int32_t PkgManagerImpl::LoadPackageWithoutUnPack(const std::string &packagePath, in LoadPackageWithoutUnPack() 275 int32_t PkgManagerImpl::LoadPackage(const std::string &packagePath, const std::string &keyPath, in LoadPackage() 370 int32_t PkgManagerImpl::LoadPackage(const std::string &packagePath, std::vector<std::string> &fileI… in LoadPackage() 383 int32_t PkgManagerImpl::LoadPackageWithStream(const std::string &packagePath, const std::string &ke… in LoadPackageWithStream() 396 int32_t PkgManagerImpl::LoadPackageWithStream(const std::string &packagePath, in LoadPackageWithStream() 439 int32_t PkgManagerImpl::ParseComponents(const std::string &packagePath, std::vector<std::string> &f… in ParseComponents() 451 const PkgInfo *PkgManagerImpl::GetPackageInfo(const std::string &packagePath) in GetPackageInfo() 678 int32_t PkgManagerImpl::VerifyPackage(const std::string &packagePath, const std::string &keyPath, in DoCreatePkgStream() 958 int32_t PkgManagerImpl::VerifyOtaPackage(const std::string &packagePath) in DoCreatePkgStream() 981 int32_t PkgManagerImpl::VerifyBinFile(const std::string &packagePath, const std::string &keyPath, in DoCreatePkgStream()
|
/base/update/updateservice/services/engine/src/ |
D | update_service_local_updater.cpp | 45 int32_t UpdateServiceLocalUpdater::VerifyUpgradePackage(const std::string &packagePath, const std::… in VerifyUpgradePackage()
|
D | update_service.cpp | 331 int32_t UpdateService::VerifyUpgradePackage(const std::string &packagePath, const std::string &keyP… in VerifyUpgradePackage()
|
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/ |
D | UpdaterStartUpdaterProc_fuzzer.cpp | 49 static int32_t BuildFileDigest(uint8_t &digest, size_t size, const std::string &packagePath) in BuildFileDigest() 141 std::string packagePath = TEST_PATH_TO; in CreatePackageZip() local
|
/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/services/ |
D | updater.cpp | 61 int32_t ExtractUpdaterBinary(PkgManager::PkgManagerPtr manager, std::string &packagePath, in ExtractUpdaterBinary() 103 UpdaterStatus IsSpaceCapacitySufficient(const std::vector<std::string> &packagePath) in IsSpaceCapacitySufficient() 125 std::vector<uint64_t> GetStashSizeList(const std::vector<std::string> &packagePath) in GetStashSizeList()
|
D | updater_main.cpp | 92 static int OtaUpdatePreCheck(PkgManager::PkgManagerPtr pkgManager, const std::string &packagePath) in OtaUpdatePreCheck()
|
/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 | 181 int32_t BuildFileDigest(uint8_t &digest, size_t size, const std::string &packagePath) in BuildFileDigest() 269 std::string packagePath = TEST_PATH_TO; in CreatePackageBin() local
|
/base/update/updater/test/unittest/service_test/ |
D | updater_service_unittest.cpp | 240 std::vector<std::string> packagePath; variable
|
/base/update/updateservice/interfaces/inner_api/engine/ |
D | update_service_kits_impl.cpp | 307 int32_t UpdateServiceKitsImpl::VerifyUpgradePackage(const std::string &packagePath, const std::stri… in VerifyUpgradePackage()
|