Home
last modified time | relevance | path

Searched refs:unfinished (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-mvvm.md113 // 此处'app.media.unfinished'仅作示例,请开发者自行替换,否则imageSource创建失败会导致后续无法正常执行。
114 Image($r('app.media.unfinished'))
198 // 此处'app.media.unfinished'仅作示例,请开发者自行替换,否则imageSource创建失败会导致后续无法正常执行。
199 Image($r('app.media.unfinished'))
232 // 此处'app.media.unfinished'仅作示例,请开发者自行替换,否则imageSource创建失败会导致后续无法正常执行。
233 Image($r('app.media.unfinished'))
336 // 此处'app.media.unfinished'仅作示例,请开发者自行替换,否则imageSource创建失败会导致后续无法正常执行。
337 Image($r('app.media.unfinished'))
477 // 此处'app.media.unfinished'仅作示例,请开发者自行替换,否则imageSource创建失败会导致后续无法正常执行。
478 this.displayIcon($r('app.media.unfinished'));
[all …]
H A Darkts-mvvm-V2.md58 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
83 // 请开发者自行在src/main/resources/base/media路径下添加finished.png和unfinished.png两张图片,否则运行时会因资源缺失而报错
84 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
126 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
186 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
257 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
348 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
449 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
619 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
774 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
[all …]
/ohos5.0/commonlibrary/c_utils/base/include/
H A Dsafe_block_queue.h241 int unfinished = unfinishedTaskCount_ - 1; in OneTaskDone() local
243 if (unfinished <= 0) { in OneTaskDone()
244 if (unfinished < 0) { in OneTaskDone()
250 unfinishedTaskCount_ = unfinished; in OneTaskDone()
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-mvvm-V2.md58 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
84 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
126 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
186 Image(this.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
257 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
348 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
449 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
619 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
774 Image(this.task.isFinish ? $r('app.media.finished') : $r('app.media.unfinished'))
1012 - **TitleView**: displays application titles and statistics about unfinished tasks.
[all …]
H A Darkts-mvvm.md113 …// 'app.media.unfinished' is only an example. Replace it with the actual one in use. Otherwise, th…
114 Image($r('app.media.unfinished'))
198 …// 'app.media.unfinished' is only an example. Replace it with the actual one in use. Otherwise, th…
199 Image($r('app.media.unfinished'))
232 …// 'app.media.unfinished' is only an example. Replace it with the actual one in use. Otherwise, th…
233 Image($r('app.media.unfinished'))
336 …// 'app.media.unfinished' is only an example. Replace it with the actual one in use. Otherwise, th…
337 Image($r('app.media.unfinished'))
477 …// 'app.media.unfinished' is only an example. Replace it with the actual one in use. Otherwise, th…
478 this.displayIcon($r('app.media.unfinished'));
[all …]
/ohos5.0/docs/en/application-dev/web/
H A Dweb-download.md152 When the **Web** component is started, you can resume the unfinished download task through the [res…
/ohos5.0/docs/en/release-notes/
H A DOpenHarmony-v5.0-beta1.md793 - The number of tasks is optimized, so that more unfinished tasks can exist at the same time.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/foo/ril/v1_1/
H A DIRil.idl447 * @brief close unfinished unstructured supplementary service data (USSD).
H A DIRilCallback.idl481 * @brief Callback for the response of close unfinished USSD.
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_1/
H A DIRil.idl447 * @brief close unfinished unstructured supplementary service data (USSD).
H A DIRilCallback.idl481 * @brief Callback for the response of close unfinished USSD.
/ohos5.0/drivers/interface/ril/v1_1/
H A DIRil.idl447 * @brief close unfinished unstructured supplementary service data (USSD).
H A DIRilCallback.idl481 * @brief Callback for the response of close unfinished USSD.
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/
H A Djs-apis-call-sys.md4241 Cancels the unfinished USSD services. This API uses an asynchronous callback to return the result.
4289 Cancels the unfinished USSD services. This API uses a promise to return the result.
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Djs-apis-webview.md13336 …em.start**, the temporary files are renamed to the target path and the unfinished files are direct…
13708 …tem.start**, the temporary file is renamed as the target file, and the unfinished part is directly…