Home
last modified time | relevance | path

Searched refs:CALL_FUNCTION (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_event_cooperate_target.cpp345 …(cb->env, napi_call_function(cb->env, nullptr, processor, 1, &object, &ret), CALL_FUNCTION, scope); in CallEnableAsyncWork()
423 …b->env, napi_call_function(cb->env, nullptr, napiHandler, 1, &object, &ret), CALL_FUNCTION, scope); in CallStartAsyncWork()
502 …env, napi_call_function(cb->env, nullptr, napiHandler, 1, &object, &result), CALL_FUNCTION, scope); in CallStopAsyncWork()
572 CALL_FUNCTION, scope); in CallGetStateAsyncWork()
623 …tem->env, napi_call_function(item->env, nullptr, handler, 1, &object, &ret), CALL_FUNCTION, scope); in EmitCoordinationMessageEvent()
/ohos5.0/base/msdp/device_status/utils/common/include/
H A Dnapi_constants.h30 inline constexpr std::string_view CALL_FUNCTION { "napi_call_function" };
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_event_target.cpp82 …PE_DEL(item->env, napi_call_function(item->env, nullptr, handler, 1, &object, &ret), CALL_FUNCTION, in EmitAddedDeviceEvent()
125 …PE_DEL(item->env, napi_call_function(item->env, nullptr, handler, 1, &object, &ret), CALL_FUNCTION, in EmitRemoveDeviceEvent()
225 CALL_FUNCTION, scope); in CallIdsAsyncWork()
331 CALL_FUNCTION, scope); in CallDevAsyncWork()
517 CALL_FUNCTION, scope); in CallKeystrokeAbilityAsync()
638 CALL_FUNCTION, scope); in CallKeyboardTypeAsync()
735 CALL_FUNCTION, scope); in CallDevListAsyncWork()
882 CALL_FUNCTION, scope); in CallDevInfoAsyncWork()
1007 CALL_FUNCTION, in CallKeyboardRepeatDelayAsync()
1178 CALL_FUNCTION, in CallKeyboardRepeatRateAsync()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_event_target.cpp508 …->env, napi_call_function(cb->env, nullptr, processor, 1, &object, &result), CALL_FUNCTION, scope); in CallPrepareAsyncWork()
586 …PE(cb->env, napi_call_function(cb->env, nullptr, handler, 1, &object, &ret), CALL_FUNCTION, scope); in CallActivateAsyncWork()
665 …cb->env, napi_call_function(cb->env, nullptr, handler, 1, &object, &result), CALL_FUNCTION, scope); in CallDeactivateAsyncWork()
735 CALL_FUNCTION, scope); in CallGetCrossingSwitchStateAsyncWork()
786 CALL_FUNCTION, scope); in EmitCoordinationMessageEvent()
848 …tem->env, napi_call_function(item->env, nullptr, handler, 1, &object, &ret), CALL_FUNCTION, scope); in EmitMouseLocationEvent()
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dnapi_constants.h24 inline constexpr std::string_view CALL_FUNCTION = "napi_call_function"; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_manager.cpp140 … CHKRV(napi_call_function(env, nullptr, callback, size, results, &callResult), CALL_FUNCTION); in AsyncCallbackWork()
/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/drag/src/
H A Djs_drag_manager.cpp188 … napi_call_function(item->env, nullptr, handler, 1, &stateMsg, &ret), CALL_FUNCTION, scope); in CallDragMsg()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_util.cpp288 MMI_HILOGE("%{public}s failed", std::string(CALL_FUNCTION).c_str()); in UvQueueWorkAsyncCallback()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp143 … CHKRV(napi_call_function(env, nullptr, callback, size, results, &callResult), CALL_FUNCTION); in AsyncCallbackWork()