Home
last modified time | relevance | path

Searched refs:SET_ELEMENT (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dnapi_constants.h51 inline constexpr std::string_view SET_ELEMENT { "napi_set_element" };
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_util.cpp172 CHKRF(napi_set_element(cb->env, axisRanges, i, axisRange), SET_ELEMENT); in GetDeviceAxisInfo()
197 CHKRF(napi_set_element(cb->env, devSources, i, value), SET_ELEMENT); in GetDeviceSourceType()
H A Djs_event_target.cpp217 CHKRV_SCOPE(cb->env, napi_set_element(cb->env, arr[1], index, value), SET_ELEMENT, scope); in CallIdsAsyncWork()
252 CHKRV_SCOPE(cb->env, napi_set_element(cb->env, arr, index, value), SET_ELEMENT, scope); in CallIdsPromiseWork()
457 SET_ELEMENT, scope); in CallKeystrokeAbilityPromise()
509 SET_ELEMENT, scope); in CallKeystrokeAbilityAsync()
726 … CHKRV_SCOPE(cb->env, napi_set_element(cb->env, callResult[1], index, value), SET_ELEMENT, scope); in CallDevListAsyncWork()
782 … CHKRV_SCOPE(cb->env, napi_set_element(cb->env, callResult, index, value), SET_ELEMENT, scope); in CallDevListPromiseWork()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h59 inline constexpr std::string_view SET_ELEMENT = "napi_set_element"; variable
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_manager.cpp71 CHKRP(napi_set_element(env, arr, index, object), SET_ELEMENT); in GetDataSummary()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/infrared_emitter/src/
H A Djs_register_module.cpp201 CHKRP(napi_set_element(env, result, i, item), SET_ELEMENT); in GetInfraredFrequencies()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_util.cpp242 CHKRV(napi_set_element(env, arr, i, value), SET_ELEMENT); in AsyncWorkFn()