Home
last modified time | relevance | path

Searched refs:VerifyPackageWithCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updater/test/fuzztest/package_fuzzer/
H A Dpackage_fuzzer.cpp195 int ret = VerifyPackageWithCallback(path.c_str(), GetFuzzCertName(0).c_str(), in TestVerifyPackageWithCallback()
199 ret = VerifyPackageWithCallback(path.c_str(), keyPath.c_str(), in TestVerifyPackageWithCallback()
203 ret = VerifyPackageWithCallback(path.c_str(), GetFuzzCertName(0).c_str(), cb); in TestVerifyPackageWithCallback()
206 ret = VerifyPackageWithCallback(path.c_str(), GetFuzzCertName(0).c_str(), in TestVerifyPackageWithCallback()
264 VerifyPackageWithCallback(dataInfo.c_str(), keyPath.c_str(), in FuzzVerifyPackage()
266 VerifyPackageWithCallback(pkgPath, dataInfo.c_str(), [](int32_t result, uint32_t percent) {}); in FuzzVerifyPackage()
/ohos5.0/base/update/updater/test/unittest/package/
H A Dpackage_unittest.cpp208 int ret = VerifyPackageWithCallback(path.c_str(), GetTestCertName(0).c_str(), in TestVerifyPackageWithCallback()
213 ret = VerifyPackageWithCallback(path.c_str(), keyPath.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()
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service_local_updater.cpp47 int32_t ret = ::VerifyPackageWithCallback(packagePath.c_str(), keyPath.c_str(), in VerifyUpgradePackage()
/ohos5.0/base/update/updater/interfaces/kits/include/package/
H A Dpackage.h134 int32_t VerifyPackageWithCallback(const std::string &packagePath, const std::string &keyPath,
/ohos5.0/base/update/updater/interfaces/kits/packages/
H A Dpackage.cpp198 int32_t VerifyPackageWithCallback(const std::string &packagePath, in VerifyPackageWithCallback() function