/base/update/updateservice/services/engine/include/ |
D | update_service_proxy.h | 37 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
D | update_service.h | 50 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/interfaces/inner_api/include/ |
D | update_service_kits.h | 47 … virtual int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
D | iupdate_service.h | 63 … virtual int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
D | update_service_kits_impl.h | 42 int32_t PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDigestInfo,
|
/base/update/updateservice/interfaces/inner_api/engine/ |
D | update_service_kits_impl.cpp | 166 int32_t UpdateServiceKitsImpl::PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &vers… in PauseDownload() function in OHOS::UpdateEngine::UpdateServiceKitsImpl 172 … return updateService->PauseDownload(info, versionDigestInfo, pauseDownloadOptions, businessError); in PauseDownload()
|
D | update_service_proxy.cpp | 123 int32_t UpdateServiceProxy::PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &version… in PauseDownload() function in OHOS::UpdateEngine::UpdateServiceProxy
|
/base/update/updateservice/frameworks/js/napi/client/ |
D | update_client.h | 54 napi_value PauseDownload(napi_env env, napi_callback_info info);
|
D | update_module.cpp | 208 napi_value PauseDownload(napi_env env, napi_callback_info info) in PauseDownload() function 213 return client->PauseDownload(env, info); in PauseDownload() 358 DECLARE_NAPI_FUNCTION("pauseDownload", PauseDownload), in DefineUpdateClient()
|
D | update_client.cpp | 185 napi_value UpdateClient::PauseDownload(napi_env env, napi_callback_info info) in PauseDownload() function in OHOS::UpdateEngine::UpdateClient 206 return UpdateServiceKits::GetInstance().PauseDownload( in PauseDownload()
|
/base/update/updateservice/services/engine/src/ |
D | update_service_stub.cpp | 156 …int32_t ret = service->PauseDownload(upgradeInfo, versionDigestInfo, pauseDownloadOptions, busines… in PauseDownloadStub()
|
D | update_service.cpp | 419 int32_t UpdateService::PauseDownload(const UpgradeInfo &info, const VersionDigestInfo &versionDiges… in PauseDownload() function in OHOS::UpdateEngine::UpdateService
|