Home
last modified time | relevance | path

Searched refs:GET_UNDEFINED (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp84 CHKRF(napi_get_undefined(env, &results[0]), GET_UNDEFINED); in GetResult()
98 CHKRF(napi_get_undefined(env, &results[1]), GET_UNDEFINED); in GetResult()
166 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in SetPointerVisible()
199 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in IsPointerVisible()
313 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in SetPointerSpeed()
345 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in GetPointerSpeed()
573 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in SetPointerStyle()
606 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in GetPointerStyle()
638 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in EnterCaptureMode()
661 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in LeaveCaptureMode()
[all …]
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_event_target.cpp211 CHKRV_SCOPE(cb->env, napi_get_undefined(cb->env, &arr[0]), GET_UNDEFINED, scope); in CallIdsAsyncWork()
325 CHKRV_SCOPE(cb->env, napi_get_undefined(cb->env, &object[0]), GET_UNDEFINED, scope); in CallDevAsyncWork()
499 CHKRV_SCOPE(cb->env, napi_get_undefined(cb->env, &callResult[1]), GET_UNDEFINED, scope); in CallKeystrokeAbilityAsync()
511 CHKRV_SCOPE(cb->env, napi_get_undefined(cb->env, &callResult[0]), GET_UNDEFINED, scope); in CallKeystrokeAbilityAsync()
629 CHKRV_SCOPE(cb->env, napi_get_undefined(cb->env, &callResult[1]), GET_UNDEFINED, scope); in CallKeyboardTypeAsync()
632 CHKRV_SCOPE(cb->env, napi_get_undefined(cb->env, &callResult[0]), GET_UNDEFINED, scope); in CallKeyboardTypeAsync()
719 CHKRV_SCOPE(cb->env, napi_get_undefined(cb->env, &callResult[1]), GET_UNDEFINED, scope); in CallDevListAsyncWork()
729 CHKRV_SCOPE(cb->env, napi_get_undefined(cb->env, &callResult[0]), GET_UNDEFINED, scope); in CallDevListAsyncWork()
873 CHKRV_SCOPE(cb->env, napi_get_undefined(cb->env, &callResult[1]), GET_UNDEFINED, scope); in CallDevInfoAsyncWork()
876 CHKRV_SCOPE(cb->env, napi_get_undefined(cb->env, &callResult[0]), GET_UNDEFINED, scope); in CallDevInfoAsyncWork()
[all …]
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_manager.cpp81 CHKRF(napi_get_undefined(env, &results[0]), GET_UNDEFINED); in GetResult()
95 CHKRF(napi_get_undefined(env, &results[1]), GET_UNDEFINED); in GetResult()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h41 inline constexpr std::string_view GET_UNDEFINED = "napi_get_undefined"; variable
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_event_cooperate_target.cpp33 inline constexpr std::string_view GET_UNDEFINED { "napi_get_undefined" }; variable
560 CHKRV_SCOPE(cb->env, napi_get_undefined(cb->env, &resultObj[0]), GET_UNDEFINED, scope); in CallGetStateAsyncWork()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_event_target.cpp34 inline constexpr std::string_view GET_UNDEFINED { "napi_get_undefined" }; variable
723 CHKRV_SCOPE(cb->env, napi_get_undefined(cb->env, &resultObj[0]), GET_UNDEFINED, scope); in CallGetCrossingSwitchStateAsyncWork()