/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | input_event_data_transformation.h | 40 static int32_t MarshallingEnhanceData(std::shared_ptr<PointerEvent> event, NetPacket &pkt); 42 static int32_t MarshallingEnhanceData(std::shared_ptr<KeyEvent> event, NetPacket &pkt);
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/ |
H A D | input_event_serialization.h | 40 static int32_t MarshallingEnhanceData(std::shared_ptr<MMI::PointerEvent> event, NetPacket &pkt); 42 static int32_t MarshallingEnhanceData(std::shared_ptr<MMI::KeyEvent> event, NetPacket &pkt);
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/input_event_transmission/ |
H A D | input_event_serialization.h | 40 static int32_t MarshallingEnhanceData(std::shared_ptr<MMI::PointerEvent> event, NetPacket &pkt); 42 static int32_t MarshallingEnhanceData(std::shared_ptr<MMI::KeyEvent> event, NetPacket &pkt);
|
/ohos5.0/foundation/multimodalinput/input/service/event_dispatch/src/ |
H A D | event_dispatch_handler.cpp | 355 InputEventDataTransformation::MarshallingEnhanceData(pointerEvent, pkt); in DispatchPointerEventInner() 438 InputEventDataTransformation::MarshallingEnhanceData(key, pkt); in DispatchKeyEvent()
|
/ohos5.0/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 417 int32_t InputEventDataTransformation::MarshallingEnhanceData(std::shared_ptr<PointerEvent> event, N… in MarshallingEnhanceData() function in OHOS::MMI::InputEventDataTransformation 487 int32_t InputEventDataTransformation::MarshallingEnhanceData(std::shared_ptr<KeyEvent> event, NetPa… in MarshallingEnhanceData() function in OHOS::MMI::InputEventDataTransformation
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 537 int32_t InputEventSerialization::MarshallingEnhanceData(std::shared_ptr<MMI::PointerEvent> event, N… in MarshallingEnhanceData() function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventSerialization 608 int32_t InputEventSerialization::MarshallingEnhanceData(std::shared_ptr<MMI::KeyEvent> event, NetPa… in MarshallingEnhanceData() function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventSerialization
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 540 int32_t InputEventSerialization::MarshallingEnhanceData(std::shared_ptr<MMI::PointerEvent> event, N… in MarshallingEnhanceData() function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventSerialization 611 int32_t InputEventSerialization::MarshallingEnhanceData(std::shared_ptr<MMI::KeyEvent> event, NetPa… in MarshallingEnhanceData() function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventSerialization
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler.cpp | 487 InputEventDataTransformation::MarshallingEnhanceData(tempEvent, pkt); in SendNotSupportMsg() 501 InputEventDataTransformation::MarshallingEnhanceData(tempEvent, pktUp); in SendNotSupportMsg()
|