Searched refs:SetInputEventProperty (Results 1 – 4 of 4) sorted by relevance
99 int32_t SetInputEventProperty(const std::shared_ptr<InputEvent> inputEvent, napi_value result);
86 void SetInputEventProperty(napi_env env, napi_value result, const std::shared_ptr<OHOS::MMI::KeyEve…
391 int32_t JsInputMonitor::SetInputEventProperty(const std::shared_ptr<InputEvent> inputEvent, napi_va… in SetInputEventProperty() function in OHOS::MMI::JsInputMonitor473 if (SetInputEventProperty(pointerEvent, result) != RET_OK) { in TransformPointerEvent()
1403 void SetInputEventProperty(napi_env env, napi_value result, const std::shared_ptr<OHOS::MMI::KeyEve… in SetInputEventProperty() function1452 SetInputEventProperty(env, result, keyEvent); in ConvertKeyEventToJS()