Home
last modified time | relevance | path

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

/ohos5.0/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
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_, pauseDownl… in PauseDownload()
/ohos5.0/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,
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_kits_impl.cpp90 int32_t UpdateServiceKitsImpl::PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &vers… in PauseDownload() function in OHOS::UpdateEngine::UpdateServiceKitsImpl
96 …int32_t ret = updateService->PauseDownload(info, versionDigestInfo, pauseDownloadOptions, business… in PauseDownload()
H A Dupdate_service_proxy.cpp137 int32_t UpdateServiceProxy::PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &version… in PauseDownload() function in OHOS::UpdateEngine::UpdateServiceProxy
/ohos5.0/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,
/ohos5.0/base/update/updateservice/interfaces/inner_api/include/
H A Dupdate_service_kits.h63 … virtual int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/include/
H A Dupdate_service_proxy.h37 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
H A Dupdate_service_kits_impl.h46 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
/ohos5.0/base/update/updateservice/frameworks/js/napi/update/include/
H A Dupdate_client.h59 napi_value PauseDownload(napi_env env, napi_callback_info info);
/ohos5.0/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
H A Dupdate_service.cpp256 int32_t UpdateService::PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDiges… in PauseDownload() function in OHOS::UpdateEngine::UpdateService
H A Dupdate_service_stub.cpp203 …int32_t ret = service->PauseDownload(upgradeInfo, versionDigestInfo, pauseDownloadOptions, busines… in PauseDownloadStub()