Home
last modified time | relevance | path

Searched refs:rejection (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_async_callback.cpp179 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 Dcamera_napi_param_parser.h92 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 Djs-apis-app-ability-errorManager.md230 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 Dnapi_async_callback.h73 void Reject(napi_value rejection);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-app-ability-errorManager.md230 注册被拒绝promise监听器。注册后可以捕获到当前线程中未被捕获到的promise rejection
/ohos5.0/drivers/interface/wlan/wpa/v1_0/
H A DWpaTypes.idl456 * @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 DWpaTypes.idl456 * @brief STA authentication rejection parameter
/ohos5.0/docs/zh-cn/application-dev/reference/common/
H A D_j_s_v_m.md240 …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 Djsvm_8h.md174 …_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 Dnative_api.cpp2903 …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 Djs-apis-call-sys.md635 | 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.md1525 …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 Djs-apis-util.md183 …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.md240 …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 Djsvm_8h.md174 …_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 DREADME.en.md639 …llback. In the callback, the first parameter indicates the cause of the rejection (the value is **…