Searched defs:REFERENCE_REF (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/util/common/include/ |
H A D | napi_constants.h | 49 inline constexpr std::string_view REFERENCE_REF = "napi_reference_ref";
member
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 470 CHKRF(napi_create_reference(env, argv[INPUT_PARAMETER_MIDDLE], 1, &event->callback), REFERENCE_REF); in GetEventType() local
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_input_device_context.cpp | 90 CHKRP(napi_reference_ref(env, jsContext->contextRef_, &refCount), REFERENCE_REF); in CreateInstance() local
|
/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 69 CHKRP(napi_reference_ref(env, jsContext->contextRef_, &refCount), REFERENCE_REF); in CreateInstance() local
|
Completed in 7 milliseconds