/ohos5.0/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 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_, pauseDownl… in PauseDownload()
|
/ohos5.0/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,
|
/ohos5.0/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 &vers… in PauseDownload() function in OHOS::UpdateEngine::UpdateServiceKitsImpl 96 …int32_t ret = updateService->PauseDownload(info, versionDigestInfo, pauseDownloadOptions, business… in PauseDownload()
|
H A D | update_service_proxy.cpp | 137 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 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,
|
/ohos5.0/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,
|
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/include/ |
H A D | update_service_proxy.h | 37 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
H A D | update_service_kits_impl.h | 46 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/ohos5.0/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);
|
/ohos5.0/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
|
H A D | update_service.cpp | 256 int32_t UpdateService::PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDiges… in PauseDownload() function in OHOS::UpdateEngine::UpdateService
|
H A D | update_service_stub.cpp | 203 …int32_t ret = service->PauseDownload(upgradeInfo, versionDigestInfo, pauseDownloadOptions, busines… in PauseDownloadStub()
|