Home
last modified time | relevance | path

Searched refs:downloaded (Results 1 – 25 of 51) sorted by relevance

123

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/
H A Doperator.rs93 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 Doperator.rs64 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 Dfull-sdk-switch-guide.md31 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**.
117downloaded from third-party sources will not be blocked, meaning that you can open the Previewer. …
H A Dfull-sdk-compile-guide.md18 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 Dweb-download.md5downloaded 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 Dohos-atomicservice-NavPushPathHelper.md47 …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 Dbuild-with-ndk-cmake.md17 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 Djs-apis-inner-notification-notificationTemplate.md16 …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 Djs-apis-file-cloudsync.md23 | 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 Dapp-file-upload-download.md121 …../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 Dmindspore-lite-guidelines.md90 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 Ddownload.rs101 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 Darkts-ui-widget-image-update.md4 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 Derrorcode-net-http.md185 - 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 Djs-apis-advertising.md102 … 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 Dmakeobserved-sendable.md3 When data downloaded from the Internet or generated locally needs to be sent to the UI thread for d…
H A Dglobal-configuration-guide.md5 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 Djs-apis-data-commonType.md28 | ASSET_DOWNLOADING | 6 | The asset is being downloaded to a local device.|
/ohos5.0/docs/en/device-dev/quick-start/
H A Dquickstart-ide-import-project.md6 Source code of an OpenHarmony stable version is downloaded from a mirror site. The following versio…
/ohos5.0/docs/en/readme/
H A Dupdate.md41 …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 Ddrm-overview.md43 - 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 Derrorcode-router.md141 The target HSP to be downloaded does not exist.
/ohos5.0/commonlibrary/rust/ylong_http/docs/
H A Duser_guide.md252 downloaded: u64,
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-simulator-guide.md23 Double-click the downloaded installation program and complete the installation as prompted.
/ohos5.0/docs/zh-cn/application-dev/basic-services/request/
H A Dapp-file-upload-download.md196 console.warn(`/Request download status ${progress.state}, downloaded ${progress.processed}`);

123