Home
last modified time | relevance | path

Searched refs:REFERENCE_REF (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h48 inline constexpr std::string_view REFERENCE_REF = "napi_reference_ref"; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp170 …HKRP(napi_create_reference(env, argv[INPUT_PARAMETER_MIDDLE], 1, &event->callback), REFERENCE_REF); in GetEventInfoAPI9()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp81 CHKRP(napi_reference_ref(env, jsContext->contextRef_, &refCount), REFERENCE_REF); in CreateInstance()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_context.cpp69 CHKRP(napi_reference_ref(env, jsContext->contextRef_, &refCount), REFERENCE_REF); in CreateInstance()