Home
last modified time | relevance | path

Searched refs:testPackageName (Results 1 - 10 of 10) sorted by relevance

/base/update/updater/test/unittest/updater_binary/
H A Dupdater_binary_unittest.cpp45 std::string path = TEST_PATH_TO + testPackageName; in TestUpdater()
128 PKG_LOGI("\n\n ************* CreatePackageBin %s \r\n", testPackageName.c_str()); in CreatePackageBin()
158 packagePath += testPackageName; in CreatePackageBin()
191 std::string testPackageName = "test_package.bin"; member in __anon4018::UpdaterBinaryUnittest
/base/update/updater/test/unittest/package/
H A Dpkg_manager_unittest.cpp134 PKG_LOGI("\n\n ************* TestPackagePack %s \r\n", testPackageName.c_str()); in TestPackagePack()
139 packagePath += testPackageName; in TestPackagePack()
149 PKG_LOGI("\n\n ************* TestPackagePackFileNotExist %s \r\n", testPackageName.c_str()); in TestPackagePackFileNotExist()
154 packagePath += testPackageName; in TestPackagePackFileNotExist()
165 PKG_LOGI("\n\n ************* TestPackagePackParamInvalid %s \r\n", testPackageName.c_str()); in TestPackagePackParamInvalid()
168 packagePath += testPackageName; in TestPackagePackParamInvalid()
200 packagePath += testPackageName; in TestInvalidStream()
201 auto stream = std::make_unique<FileStream>(pkgManager_, testPackageName, nullptr, 0); in TestInvalidStream()
260 packagePath += testPackageName; in TestCreatePackageInvalidFile()
273 packagePath += testPackageName; in TestCreatePackageInvalidSignMethod()
[all...]
H A Dpackage_unittest.cpp57 std::string packagePath = TEST_PATH_TO + testPackageName; in TestInvalidCreatePackage()
119 packagePath += testPackageName; in TestPackagePack()
178 file.fileInfo.identity = testPackageName; in TestGZipPkgCompress()
181 std::string fileName = TEST_PATH_TO + testPackageName; in TestGZipPkgCompress()
236 file.fileInfo.identity = testPackageName; in TestLz4PkgCompress()
243 std::string fileName = TEST_PATH_TO + testPackageName; in TestLz4PkgCompress()
H A Dpkg_package_unittest.cpp79 packagePath += testPackageName; in TestPkgFile()
101 packagePath += testPackageName; in TestPkgFileInvalid()
121 packagePath += testPackageName; in TestBigZipEntry()
H A Dpkg_test.h192 std::string testPackageName = "test_package.bin"; member in UpdaterUt::PkgTest
H A Dpkg_algo_unittest.cpp134 std::string testPackageName = "test_ecc_package.zip"; member in UpdaterUt::PkgAlgoUnitTest
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/
H A DUpdaterStartUpdaterProc_fuzzer.cpp109 std::string testPackageName = "test_package.zip"; in CreatePackageZip() local
111 PKG_LOGI("\n\n ************* CreatePackageZip %s \r\n", testPackageName.c_str()); in CreatePackageZip()
142 packagePath += testPackageName; in CreatePackageZip()
/base/update/updater/test/fuzztest/package_fuzzer/
H A Dpackage_fuzzer.cpp58 std::string packagePath = TEST_PATH_TO + testPackageName; in TestInvalidCreatePackage()
114 packagePath += testPackageName; in TestPackagePack()
166 zipFile.fileInfo.identity = testPackageName; in TestGZipPkgCompress()
169 std::string fileName = TEST_PATH_TO + testPackageName; in TestGZipPkgCompress()
217 zipFile.fileInfo.identity = testPackageName; in TestLz4PkgCompress()
224 std::string fileName = TEST_PATH_TO + testPackageName; in TestLz4PkgCompress()
H A Dpkg_fuzz_test.h212 std::string testPackageName = "test_package.bin"; member in OHOS::FuzzPkgTest
/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/
H A Dextractandexecutescript_fuzzer.cpp156 int32_t ret = packageManager->LoadPackage(TEST_PATH_TO + testPackageName, GetTestCertName(), components); in TestUscriptExecute()
244 PKG_LOGI("\n\n ************* CreatePackageBin %s \r\n", testPackageName.c_str()); in CreatePackageBin()
275 packagePath += testPackageName; in CreatePackageBin()
294 std::string testPackageName = "test_package.bin"; member in UScriptTest

Completed in 7 milliseconds