/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/ |
H A D | operator.rs | 93 fn progress<'a>(&'a mut self, downloaded: u64, total: Option<u64>) -> ProgressFuture<'a, Self> in progress() 99 downloaded, in progress() 120 downloaded: u64, in poll_progress() 123 Pin::new(&mut **self).poll_progress(cx, downloaded, total) in poll_progress() 148 downloaded: u64, field 160 Pin::new(&mut fut.operator).poll_progress(cx, fut.downloaded, fut.total) in poll() 180 downloaded: u64, in poll_progress() 183 println!("progress: download-{} bytes", downloaded); in poll_progress()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/ |
H A D | operator.rs | 64 fn progress<'a>(&'a mut self, downloaded: u64, total: Option<u64>) -> ProgressFuture<'a, Self> in progress() 70 downloaded, in progress() 91 downloaded: u64, in poll_progress() 94 Pin::new(&mut **self).poll_progress(cx, downloaded, total) in poll_progress() 117 downloaded: u64, field 129 Pin::new(&mut fut.processor).poll_progress(cx, fut.downloaded, fut.total) in poll() 152 downloaded: u64, in poll_progress()
|
/ohos5.0/docs/en/application-dev/faqs/ |
H A D | full-sdk-switch-guide.md | 31 1. Make sure the downloaded SDK is a full SDK. 33 a. Verify that the name of the downloaded file contains **sdk-full**. 47 a. Decompress the downloaded full SDK file: **ets-windows-3.x.x.x-Release.zip** 113 … Privacy**, click the **General** tab and select **Anywhere** under **Allow apps downloaded from**. 117 …downloaded from third-party sources will not be blocked, meaning that you can open the Previewer. …
|
H A D | full-sdk-compile-guide.md | 18 2. Download source code based on the downloaded manifest repository: **repo sync -c -d --force-sync…
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-download.md | 5 …downloaded file. Note that **WebDownloadItem.start** does not start the download. The download pro… 34 …// If the path is invalid, the file will be downloaded to the default directory at /data/storage/e… 80 HTML file to be downloaded: 213 // Save the downloaded data to a persistent file.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-atomicservice-NavPushPathHelper.md | 47 …tes a download using the specified module name. Once the subpackage is downloaded, the API pushes … 79 …tes a download using the specified module name. Once the subpackage is downloaded, the API pushes … 111 …tes a download using the specified module name. Once the subpackage is downloaded, the API pushes … 144 …tes a download using the specified module name. Once the subpackage is downloaded, the API pushes … 178 …tes a download using the specified module name. Once the subpackage is downloaded, the API pushes … 214 …tes a download using the specified module name. Once the subpackage is downloaded, the API pushes … 250 …tes a download using the specified module name. Once the subpackage is downloaded, the API pushes … 287 …tes a download using the specified module name. Once the subpackage is downloaded, the API pushes … 325 …tes a download using the specified module name. Once the subpackage is downloaded, the API pops th… 357 …tes a download using the specified module name. Once the subpackage is downloaded, the API pops th… [all …]
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | build-with-ndk-cmake.md | 17 Place the downloaded NDK in a folder you prefer and decompress it. 28 Skip this step if the NDK is downloaded from DevEco Studio. 177 > In the following commands, **ohos-sdk** is the root directory of the downloaded SDK. Replace it w… 213 …=normal** option. The CMake path and the ohos.toolchain.cmake path are where the NDK is downloaded.
|
/ohos5.0/docs/en/application-dev/reference/apis-notification-kit/ |
H A D | js-apis-inner-notification-notificationTemplate.md | 16 …alue is of the string type.<br> - **fileName**: name of the file to be downloaded. This parameter …
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-cloudsync.md | 23 | RUNNING | 0 | The cloud file is being downloaded.| 37 | processed | number | Yes | Size of the data downloaded.| 269 …n<sup>12+</sup> | boolean | No | Whether to delete the downloaded files. By default, downloaded f…
|
/ohos5.0/docs/en/application-dev/basic-services/request/ |
H A D | app-file-upload-download.md | 121 …../reference/apis-core-file-kit/js-apis-file-fs.md) APIs to access the downloaded files. For detai… 125 > Currently, network resource files can be downloaded only to the application file directory. 187 console.warn(`/Request download status ${progress.state}, downloaded ${progress.processed}`);
|
/ohos5.0/docs/en/application-dev/ai/mindspore/ |
H A D | mindspore-lite-guidelines.md | 90 The required model can be downloaded directly or obtained using the model conversion tool. 92 …- If the downloaded model is in the `.ms` format, you can use it directly for inference. The follo… 93 …- If the downloaded model uses a third-party framework, such as TensorFlow, TensorFlow Lite, Caffe…
|
/ohos5.0/base/request/request/services/src/task/ |
H A D | download.rs | 101 let downloaded = file.metadata().await?.len() as usize; in prepare_download() localVariable 104 progress.common_data.total_processed = downloaded; in prepare_download() 106 progress.processed = vec![downloaded]; in prepare_download()
|
/ohos5.0/docs/en/application-dev/form/ |
H A D | arkts-ui-widget-image-update.md | 4 Typically, a widget includes local images or online images downloaded from the network. To obtain l… 74 …ssible, limit the size of the image to download. If an image cannot be downloaded within 5 seconds…
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | errorcode-net-http.md | 185 - The application does not have the permission to write files or the file to be downloaded exceeds … 190 Check the application permission and the size of the file to be downloaded. 420 The downloaded file is too large.
|
/ohos5.0/docs/en/application-dev/reference/apis-ads-kit/ |
H A D | js-apis-advertising.md | 102 … specifies whether the ad can be downloaded while mobile data is in use. The value 1 means that th… 187 … specifies whether the ad can be downloaded while mobile data is in use. The value 1 means that th… 305 …It specifies whether ads can be downloaded while mobile data is in use. The value **1** means that…
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | makeobserved-sendable.md | 3 When data downloaded from the Internet or generated locally needs to be sent to the UI thread for d…
|
H A D | global-configuration-guide.md | 5 The following example implements the service function that can be downloaded only after Wi-Fi is en…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-commonType.md | 28 | ASSET_DOWNLOADING | 6 | The asset is being downloaded to a local device.|
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-ide-import-project.md | 6 Source code of an OpenHarmony stable version is downloaded from a mirror site. The following versio…
|
/ohos5.0/docs/en/readme/ |
H A D | update.md | 41 …OTA is an implementation of update over a wireless connection. The update package is downloaded to…
|
/ohos5.0/docs/en/application-dev/media/drm/ |
H A D | drm-overview.md | 43 - After the certificate is downloaded, the client creates a DRM decryption session and generates a …
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | errorcode-router.md | 141 The target HSP to be downloaded does not exist.
|
/ohos5.0/commonlibrary/rust/ylong_http/docs/ |
H A D | user_guide.md | 252 downloaded: u64,
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-simulator-guide.md | 23 Double-click the downloaded installation program and complete the installation as prompted.
|
/ohos5.0/docs/zh-cn/application-dev/basic-services/request/ |
H A D | app-file-upload-download.md | 196 console.warn(`/Request download status ${progress.state}, downloaded ${progress.processed}`);
|