Home
last modified time | relevance | path

Searched refs:GET_UNDEFINED (Results 1 - 4 of 4) sorted by relevance

/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() local
95 CHKRF(napi_get_undefined(env, &results[1]), GET_UNDEFINED); in GetResult() local
/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, scop in CallDevInfoAsyncWork()
[all...]
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp85 CHKRF(napi_get_undefined(env, &results[0]), GET_UNDEFINED); in GetResult() local
99 CHKRF(napi_get_undefined(env, &results[1]), GET_UNDEFINED); in GetResult() local
167 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in SetPointerVisible() local
200 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in IsPointerVisible() local
314 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in SetPointerSpeed() local
346 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in GetPointerSpeed() local
580 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in SetPointerStyle() local
627 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in GetPointerStyle() local
667 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in EnterCaptureMode() local
690 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); in LeaveCaptureMode() local
715 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); SetMousePrimaryButton() local
739 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); GetMousePrimaryButton() local
764 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); SetHoverScrollState() local
790 CHKRP(napi_get_undefined(env, &promise), GET_UNDEFINED); GetHoverScrollState() local
[all...]
/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h42 inline constexpr std::string_view GET_UNDEFINED = "napi_get_undefined"; member

Completed in 5 milliseconds