/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_async_callback.cpp | 179 void NapiPromise::Reject(napi_value rejection) in Reject() argument 181 auto status = napi_reject_deferred(env_, deferred_, rejection); in Reject()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ |
H A D | camera_napi_param_parser.h | 92 napi_value rejection = nullptr; in Reset() local 93 napi_get_undefined(env_, &rejection); in Reset() 94 napi_reject_deferred(env_, *deferred_, rejection); in Reset()
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-errorManager.md | 230 Registers an observer for the promise rejection. After the registration, a rejected promise that is… 240 …t type. It is fixed at **'unhandledRejection'**, indicating an observer for the promise rejection.| 312 Unregisters an observer for the promise rejection. 322 …t type. It is fixed at **'unhandledRejection'**, indicating an observer for the promise rejection.| 399 …\| any | Yes| Generally, the value is of the **Error** type, indicating the reason for rejection.|
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_async_callback.h | 73 void Reject(napi_value rejection);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-errorManager.md | 230 注册被拒绝promise监听器。注册后可以捕获到当前线程中未被捕获到的promise rejection。
|
/ohos5.0/drivers/interface/wlan/wpa/v1_0/ |
H A D | WpaTypes.idl | 456 * @brief STA authentication rejection parameter
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/ |
H A D | WpaTypes.idl | 456 * @brief STA authentication rejection parameter
|
/ohos5.0/docs/zh-cn/application-dev/reference/common/ |
H A D | _j_s_v_m.md | 240 …nv, [JSVM_Deferred](#jsvm_deferred) deferred, [JSVM_Value](#jsvm_value) rejection) | 通过与之关联的延迟对象来拒… 4907 …RN JSVM_Status OH_JSVM_RejectDeferred (JSVM_Env env, JSVM_Deferred deferred, JSVM_Value rejection ) 4922 | rejection | 用来拒绝Promise的值。 |
|
H A D | jsvm_8h.md | 174 …_s_v_m.md#jsvm_deferred) deferred, [JSVM_Value](_j_s_v_m.md#jsvm_value) rejection) | 通过与之关联的延迟对象来拒…
|
/ohos5.0/foundation/arkui/napi/native_engine/ |
H A D | native_api.cpp | 2903 …EXTERN napi_status napi_reject_deferred(napi_env env, napi_deferred deferred, napi_value rejection) in napi_reject_deferred() argument 2907 CHECK_ARG(env, rejection); in napi_reject_deferred() 2910 nativeDeferred->Reject(rejection); in napi_reject_deferred()
|
/ohos5.0/docs/en/application-dev/reference/apis-telephony-kit/ |
H A D | js-apis-call-sys.md | 635 | options | [RejectMessageOptions](#rejectmessageoptions7) | Yes | Options for the call rejection… 687 …essageoptions7) | No | Options for the call rejection message. If this field is not set, no call … 788 | options | [RejectMessageOptions](#rejectmessageoptions7) | Yes | Options for the call rejection… 5251 Defines options for the call rejection message.
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | _a_v_screen_capture.md | 1525 …ncapturestatecode-1) status to notify the application of the startup failure due to user rejection.
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | js-apis-util.md | 183 …nction. In the callback, the first parameter indicates the cause of the rejection (the value is **… 203 …nction, in which the first parameter **err** indicates the cause of the rejection (the value is **… 241 …nction, in which the first parameter **err** indicates the cause of the rejection (the value is **…
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | _j_s_v_m.md | 240 …nv, [JSVM_Deferred](#jsvm_deferred) deferred, [JSVM_Value](#jsvm_value) rejection) | Rejects a Jav… 4907 …RN JSVM_Status OH_JSVM_RejectDeferred (JSVM_Env env, JSVM_Deferred deferred, JSVM_Value rejection ) 4922 | rejection | Value used to reject a promise.|
|
H A D | jsvm_8h.md | 174 …_s_v_m.md#jsvm_deferred) deferred, [JSVM_Value](_j_s_v_m.md#jsvm_value) rejection) | Rejects a Jav…
|
/ohos5.0/commonlibrary/ets_utils/ |
H A D | README.en.md | 639 …llback. In the callback, the first parameter indicates the cause of the rejection (the value is **…
|