/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-inner-commonEvent-commonEventSubscriber.md | 726 Clears the aborted state of an ordered common event when used with [finishCommonEvent](#finishcommo… 739 // Callback for clearing the aborted state of the current common event. 762 Clears the aborted state of an ordered common event when used with [finishCommonEvent](#finishcommo… 791 Clears the aborted state of an ordered common event when used with [finishCommonEvent](#finishcommo… 810 Checks whether this ordered common event should be aborted. This API uses an asynchronous callback … 818 …eturn the result. Returns **true** if the ordered common event is in the aborted state; returns **… 823 // Callback for checking whether the ordered common event is in the aborted state. 838 Checks whether this ordered common event should be aborted. This API uses a promise to return the r… 846 …eturn the result. Returns **true** if the ordered common event is in the aborted state; returns **… 862 Checks whether this ordered common event should be aborted. [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/utils/locks/ |
H A D | lock_request.cpp | 214 napi_value aborted = NapiHelper::GetNameProperty(env_, signal, "aborted"); in AbortIfNeeded() local 216 napi_get_value_bool(env_, aborted, &isAborted); in AbortIfNeeded()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-utils.md | 410 let s: ArkTSUtils.locks.AbortSignal<string> = { aborted: false, reason: 'Aborted' }; 421 | signal | [AbortSignal\<T>](#abortsignal)\|null | 是 | 是 | 用于中止异步操作的对象。如果signal.aborted为tr… 467 | aborted | boolean | 是 | 是 | 设置为true以中止操作。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundle-BundleInstaller-sys.md | 194 …aborted.<br>**STATUS_INSTALL_FAILURE_INVALID**: Invalid installation parameter.<br>**STATUS_INSTAL…
|
H A D | js-apis-Bundle.md | 1390 | STATUS_INSTALL_FAILURE_ABORTED | 2 | Installation aborted. … 1396 | STATUS_UNINSTALL_FAILURE_BLOCKED | 8 | Uninstallation aborted. (This error… 1397 | STATUS_UNINSTALL_FAILURE_ABORTED | 9 | Uninstallation aborted. (Invalid pa…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-arkts-utils.md | 410 let s: ArkTSUtils.locks.AbortSignal<string> = { aborted: false, reason: 'Aborted' }; 421 … an asynchronous operation. If **signal.aborted** is **true**, the lock request is discarded. If *… 467 | aborted | boolean | Yes | Yes | Whether to abort the operation. The value **true** means to abo…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | errorcode-data-rdb.md | 247 The asynchronous callback request is aborted. 251 1. The callback in a custom function in SQLite is aborted. 457 The database operation violates the constraint rule and is aborted.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | js-apis-netErrorList.md | 28 |ERR_ABORTED | -3 | The operation is aborted.| 74 |ERR_HOST_RESOLVER_QUEUE_TOO_LARGE | -119 | The request in the queue is aborted because there are t… 235 |ERR_FTP_TRANSFER_ABORTED | -603 | The server has aborted the transfer. The FTP response code is 42…
|
H A D | _web.md | 674 | ARKWEB_ERR_ABORTED | The operation is aborted (due to user operation). | 705 | ARKWEB_ERR_CONNECTION_ABORTED | The connection is aborted because the ACK for sending data is no… 720 …E_TOO_LARGE | The number of DNS resolutions is too large, so a request in the queue is aborted. |
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-FullScreenComponent.md | 138 …iods. If the timeout threshold is exceeded, the waiting is automatically aborted. From the perspec… 139 …iods. If the timeout threshold is exceeded, the waiting is automatically aborted. From the perspec… 142 …iods. If the timeout threshold is exceeded, the waiting is automatically aborted. From the perspec…
|
H A D | arkts-ui-extension-components.md | 167 …iods. If the timeout threshold is exceeded, the waiting is automatically aborted. From the perspec… 168 …iods. If the timeout threshold is exceeded, the waiting is automatically aborted. From the perspec… 171 …iods. If the timeout threshold is exceeded, the waiting is automatically aborted. From the perspec…
|
/ohos5.0/drivers/interface/huks/v1_0/ |
H A D | IHuks.idl | 236 * The aborted session cannot be operated.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/huks_v1_0/foo/huks/v1_0/ |
H A D | IHuks.idl | 236 * The aborted session cannot be operated.
|
/ohos5.0/docs/zh-cn/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 3066 HILOGE("vendor lib fw conf aborted [no buffer]");
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | cppcrash-guidelines.md | 15 | 6 | SIGABRT | Process abort| The process is aborted abnormally. Generally, this exception occurs …
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-Java-secure-coding-guide.md | 554 …h file before unzipping it. If a file name is invalid, the extraction is aborted. In fact, a compl…
|
/ohos5.0/docs/en/device-dev/porting/ |
H A D | porting-dayu200-on_standard-demo.md | 3076 HILOGE("vendor lib fw conf aborted [no buffer]");
|