Searched refs:GetTestCertName (Results 1 - 10 of 10) sorted by relevance
/base/update/updater/test/unittest/updater_binary/ |
H A D | update_image_block_test.cpp | 66 int32_t ret = ProcessUpdater(false, STDOUT_FILENO, packagePath, GetTestCertName());
in HWTEST_F() 77 int32_t ret = ProcessUpdater(false, STDOUT_FILENO, packagePath, GetTestCertName());
in HWTEST_F() 88 int32_t ret = ProcessUpdater(false, STDOUT_FILENO, packagePath, GetTestCertName());
in HWTEST_F()
|
H A D | update_processor_unittest.cpp | 77 int32_t ret = ProcessUpdater(false, STDOUT_FILENO, packagePath, GetTestCertName());
in HWTEST_F() 93 ret = ProcessUpdater(false, STDOUT_FILENO, packagePath, GetTestCertName());
in HWTEST_F() 109 ret = ProcessUpdater(false, STDOUT_FILENO, packagePath, GetTestCertName());
in HWTEST_F()
|
H A D | update_partitions_unittest.cpp | 61 int ret = pkgManager->LoadPackage(packagePath, GetTestCertName(), components); in HWTEST_F() 85 int ret = pkgManager->LoadPackage(packagePath, GetTestCertName(), components); in HWTEST_F()
|
H A D | updater_binary_unittest.cpp | 46 int fd = open(GetTestCertName().c_str(), O_RDONLY); in TestUpdater() 48 LOG(ERROR) << GetTestCertName() << " open failed, fd = " << fd; in TestUpdater() 53 ret = ProcessUpdater(false, STDOUT_FILENO, path.c_str(), GetTestCertName().c_str()); in TestUpdater()
|
/base/update/updater/test/unittest/package/ |
H A D | package_unittest.cpp | 54 ret = VerifyPackage(nullptr, GetTestCertName(0).c_str(), nullptr, nullptr, digestLen); in TestInvalidCreatePackage() 141 testPackagePath + "test_package.zip", GetTestCertName(type), components); in TestPackageUnpack() 161 GetTestCertName(digestMethod), components); in TestZipPkgDecompress() 198 int ret = VerifyPackage(path.c_str(), GetTestCertName(0).c_str(), "", digest.data(), digest.capacity()); in TestVerifyUpgradePackage() 208 int ret = VerifyPackageWithCallback(path.c_str(), GetTestCertName(0).c_str(), in TestVerifyPackageWithCallback() 218 ret = VerifyPackageWithCallback(path.c_str(), GetTestCertName(0).c_str(), cb); in TestVerifyPackageWithCallback() 222 ret = VerifyPackageWithCallback(path.c_str(), GetTestCertName(0).c_str(), in TestVerifyPackageWithCallback()
|
H A D | pkg_manager_unittest.cpp | 361 int32_t ret = pkgManager_->LoadPackage(fileName, GetTestCertName(0), components); in TestLoadPackageFail()
|
/base/update/updater/test/unittest/ |
H A D | unittest_comm.h | 42 inline std::string GetTestCertName(int type = 0) in GetTestCertName() function
|
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/ |
H A D | UpdaterStartUpdaterProc_fuzzer.cpp | 35 static inline std::string GetTestCertName() in GetTestCertName() function 165 pkgManager->LoadPackage(patch, GetTestCertName(), components); in StartUpdaterProcFun()
|
/base/update/updater/test/unittest/updater_test/ |
H A D | updater_unittest.cpp | 84 int32_t ret = pkgManager->LoadPackage(packagePath, GetTestCertName(), components); in HWTEST_F()
|
/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/ |
H A D | extractandexecutescript_fuzzer.cpp | 45 static inline std::string GetTestCertName() in GetTestCertName() function 156 int32_t ret = packageManager->LoadPackage(TEST_PATH_TO + testPackageName, GetTestCertName(), components); in TestUscriptExecute()
|
Completed in 6 milliseconds