Searched refs:VerifyPackageWithCallback (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/update/updater/test/fuzztest/package_fuzzer/ |
H A D | package_fuzzer.cpp | 195 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 D | package_unittest.cpp | 208 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 D | update_service_local_updater.cpp | 47 int32_t ret = ::VerifyPackageWithCallback(packagePath.c_str(), keyPath.c_str(), in VerifyUpgradePackage()
|
/ohos5.0/base/update/updater/interfaces/kits/include/package/ |
H A D | package.h | 134 int32_t VerifyPackageWithCallback(const std::string &packagePath, const std::string &keyPath,
|
/ohos5.0/base/update/updater/interfaces/kits/packages/ |
H A D | package.cpp | 198 int32_t VerifyPackageWithCallback(const std::string &packagePath, in VerifyPackageWithCallback() function
|