Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h57 inline constexpr std::string_view GET_ELEMENT = "napi_get_element"; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_input_device_context.cpp311 CHKRP(napi_get_element(env, argv[1], i, &keyValue), GET_ELEMENT); in SupportKeys()
372 CHKRP(napi_get_element(env, argv[1], i, &keyValue), GET_ELEMENT); in SupportKeysSync()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_util.cpp95 CHKRP(napi_get_element(env, value, i, &napiElement), GET_ELEMENT); in GetPreKeys()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor_manager.cpp309 CHKRR(napi_get_element(env, rectNapiValue, i, &napiElement), GET_ELEMENT, hotRectAreaList); in GetHotRectAreaList()