Home
last modified time | relevance | path

Searched refs:PauseDownload (Results 1 - 14 of 14) sorted by relevance

/base/update/updateservice/interfaces/inner_api/feature/update/api/online_updater/
H A Diservice_online_updater.h49 virtual int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/services/engine/include/
H A Dupdate_service_impl_firmware.h41 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
H A Dupdate_service.h48 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_kits_impl.h46 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
H A Dupdate_service_proxy.h37 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_client.h59 napi_value PauseDownload(napi_env env, napi_callback_info info);
/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h63 virtual int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/base/update/updateservice/frameworks/js/napi/update/src/
H A Dupdate_module.cpp187 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 Dupdate_client.cpp190 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 Dupdate_service_kits_impl.cpp90 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 Dupdate_service_proxy.cpp137 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 Dupdate_service_impl_firmware.cpp94 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 Dupdate_service.cpp256 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 Dupdate_service_stub.cpp203 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()

Completed in 8 milliseconds