Searched refs:testPackageName (Results 1 - 10 of 10) sorted by relevance
/base/update/updater/test/unittest/updater_binary/ |
H A D | updater_binary_unittest.cpp | 45 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 D | pkg_manager_unittest.cpp | 134 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 D | package_unittest.cpp | 57 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 D | pkg_package_unittest.cpp | 79 packagePath += testPackageName; in TestPkgFile() 101 packagePath += testPackageName; in TestPkgFileInvalid() 121 packagePath += testPackageName; in TestBigZipEntry()
|
H A D | pkg_test.h | 192 std::string testPackageName = "test_package.bin"; member in UpdaterUt::PkgTest
|
H A D | pkg_algo_unittest.cpp | 134 std::string testPackageName = "test_ecc_package.zip"; member in UpdaterUt::PkgAlgoUnitTest
|
/base/update/updater/test/fuzztest/UpdaterStartUpdaterProc_fuzzer/ |
H A D | UpdaterStartUpdaterProc_fuzzer.cpp | 109 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 D | package_fuzzer.cpp | 58 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 D | pkg_fuzz_test.h | 212 std::string testPackageName = "test_package.bin"; member in OHOS::FuzzPkgTest
|
/base/update/updater/test/fuzztest/extractandexecutescript_fuzzer/ |
H A D | extractandexecutescript_fuzzer.cpp | 156 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