/base/update/updateservice/interfaces/inner_api/feature/update/api/online_updater/ |
H A D | iservice_online_updater.h | 49 virtual int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/services/engine/include/ |
H A D | update_service_impl_firmware.h | 41 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
H A D | update_service.h | 48 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/interfaces/inner_api/engine/include/ |
H A D | update_service_kits_impl.h | 46 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
H A D | update_service_proxy.h | 37 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/frameworks/js/napi/update/include/ |
H A D | update_client.h | 59 napi_value PauseDownload(napi_env env, napi_callback_info info);
|
/base/update/updateservice/interfaces/inner_api/include/ |
H A D | update_service_kits.h | 63 virtual int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/frameworks/js/napi/update/src/ |
H A D | update_module.cpp | 187 napi_value PauseDownload(napi_env env, napi_callback_info info) in PauseDownload() function 189 ENGINE_LOGI("PauseDownload"); in PauseDownload() 192 return client->PauseDownload(env, info); in PauseDownload() 337 DECLARE_NAPI_FUNCTION("pauseDownload", PauseDownload), in DefineUpdateClient()
|
H A D | update_client.cpp | 190 napi_value UpdateClient::PauseDownload(napi_env env, napi_callback_info info) in PauseDownload() function in OHOS::UpdateEngine::UpdateClient 207 return UpdateServiceKits::GetInstance().PauseDownload(upgradeInfo_, versionDigestInfo_, pauseDownloadOptions_, in PauseDownload()
|
/base/update/updateservice/interfaces/inner_api/engine/src/ |
H A D | update_service_kits_impl.cpp | 90 int32_t UpdateServiceKitsImpl::PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, in PauseDownload() function in OHOS::UpdateEngine::UpdateServiceKitsImpl 93 ENGINE_LOGI("UpdateServiceKitsImpl::PauseDownload"); in PauseDownload() 96 int32_t ret = updateService->PauseDownload(info, versionDigestInfo, pauseDownloadOptions, businessError); in PauseDownload() 97 ENGINE_CHECK((ret) == INT_CALL_SUCCESS, ResetRemoteService(), "PauseDownload ipc error"); in PauseDownload()
|
H A D | update_service_proxy.cpp | 137 int32_t UpdateServiceProxy::PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, in PauseDownload() function in OHOS::UpdateEngine::UpdateServiceProxy 140 ENGINE_LOGI("UpdateServiceProxy::PauseDownload"); in PauseDownload()
|
/base/update/updateservice/services/engine/src/ |
H A D | update_service_impl_firmware.cpp | 94 int32_t UpdateServiceImplFirmware::PauseDownload(const UpgradeInfo &info, in PauseDownload() function in OHOS::UpdateEngine::UpdateServiceImplFirmware 98 FIRMWARE_LOGI("PauseDownload isAllowAutoResume:%{public}s", in PauseDownload()
|
H A D | update_service.cpp | 256 int32_t UpdateService::PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo, in PauseDownload() function in OHOS::UpdateEngine::UpdateService 259 ENGINE_LOGI("PauseDownload"); in PauseDownload() 261 businessError.Build(CallResult::UN_SUPPORT, "PauseDownload unsupport"); in PauseDownload()
|
H A D | update_service_stub.cpp | 203 int32_t ret = service->PauseDownload(upgradeInfo, versionDigestInfo, pauseDownloadOptions, businessError); in PauseDownloadStub() 204 ENGINE_CHECK(ret == INT_CALL_SUCCESS, return ret, "Failed to PauseDownload"); in PauseDownloadStub()
|