/ohos5.0/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | local_updater.cpp | 31 return localUpdater->VerifyUpgradePackage(env, info); in NapiVerifyUpgradePackage() 82 napi_value LocalUpdater::VerifyUpgradePackage(napi_env env, napi_callback_info info) in VerifyUpgradePackage() function in OHOS::UpdateEngine::LocalUpdater 109 … return UpdateServiceKits::GetInstance().VerifyUpgradePackage(upgradeFile.filePath, certsFile, in VerifyUpgradePackage()
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/feature/update/api/local_updater/ |
H A D | iservice_local_updater.h | 32 virtual int32_t VerifyUpgradePackage(const std::string &packagePath, const std::string &keyPath,
|
/ohos5.0/base/update/updateservice/services/engine/include/ |
H A D | update_service_local_updater.h | 36 int32_t VerifyUpgradePackage(const std::string &packagePath, const std::string &keyPath,
|
H A D | update_service.h | 89 int32_t VerifyUpgradePackage(const std::string &packagePath, const std::string &keyPath,
|
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/ |
H A D | local_updater.h | 40 napi_value VerifyUpgradePackage(napi_env env, napi_callback_info info);
|
/ohos5.0/base/update/updateservice/services/engine/src/ |
H A D | update_service_local_updater.cpp | 43 int32_t UpdateServiceLocalUpdater::VerifyUpgradePackage(const std::string &packagePath, const std::… in VerifyUpgradePackage() function in OHOS::UpdateEngine::UpdateServiceLocalUpdater
|
H A D | update_service.cpp | 336 int32_t UpdateService::VerifyUpgradePackage(const std::string &packagePath, const std::string &keyP… in VerifyUpgradePackage() function in OHOS::UpdateEngine::UpdateService 344 return localUpdater->VerifyUpgradePackage(packagePath, keyPath, businessError); in VerifyUpgradePackage()
|
H A D | update_service_stub.cpp | 384 int32_t ret = service->VerifyUpgradePackage(packagePath, keyPath, businessError); in VerifyUpgradePackageStub()
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_kits_impl.cpp | 255 int32_t UpdateServiceKitsImpl::VerifyUpgradePackage(const std::string &packagePath, const std::stri… in VerifyUpgradePackage() function in OHOS::UpdateEngine::UpdateServiceKitsImpl 261 int32_t ret = updateService->VerifyUpgradePackage(packagePath, keyPath, businessError); in VerifyUpgradePackage()
|
H A D | update_service_proxy.cpp | 503 int32_t UpdateServiceProxy::VerifyUpgradePackage(const std::string &packagePath, const std::string … in VerifyUpgradePackage() function in OHOS::UpdateEngine::UpdateServiceProxy
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/include/ |
H A D | update_service_kits.h | 104 virtual int32_t VerifyUpgradePackage(const std::string &packagePath, const std::string &keyPath,
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/include/ |
H A D | update_service_proxy.h | 78 int32_t VerifyUpgradePackage(const std::string &packagePath, const std::string &keyPath,
|
H A D | update_service_kits_impl.h | 86 int32_t VerifyUpgradePackage(const std::string &packagePath, const std::string &keyPath,
|