/ohos5.0/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/ |
H A D | js_event_cooperate_target.cpp | 345 …(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 D | napi_constants.h | 30 inline constexpr std::string_view CALL_FUNCTION { "napi_call_function" };
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_event_target.cpp | 82 …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 D | js_event_target.cpp | 508 …->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 D | napi_constants.h | 24 inline constexpr std::string_view CALL_FUNCTION = "napi_call_function"; variable
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/short_key/src/ |
H A D | js_short_key_manager.cpp | 140 … 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 D | js_drag_manager.cpp | 188 … 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 D | js_register_util.cpp | 288 MMI_HILOGE("%{public}s failed", std::string(CALL_FUNCTION).c_str()); in UvQueueWorkAsyncCallback()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_manager.cpp | 143 … CHKRV(napi_call_function(env, nullptr, callback, size, results, &callResult), CALL_FUNCTION); in AsyncCallbackWork()
|