Searched refs:MarshallingEnhanceData (Results 1 - 5 of 5) sorted by relevance
/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);
|
/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);
|
/foundation/multimodalinput/input/service/event_dispatch/src/ |
H A D | event_dispatch_handler.cpp | 326 InputEventDataTransformation::MarshallingEnhanceData(pointerEvent, pkt); in DispatchPointerEventInner() 407 InputEventDataTransformation::MarshallingEnhanceData(key, pkt); in DispatchKeyEvent()
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 432 int32_t InputEventDataTransformation::MarshallingEnhanceData(std::shared_ptr<PointerEvent> event, NetPacket &pkt) in MarshallingEnhanceData() function in OHOS::MMI::InputEventDataTransformation 502 int32_t InputEventDataTransformation::MarshallingEnhanceData(std::shared_ptr<KeyEvent> event, NetPacket &pkt) in MarshallingEnhanceData() function in OHOS::MMI::InputEventDataTransformation
|
/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, NetPacket &pkt) in MarshallingEnhanceData() function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventSerialization 608 int32_t InputEventSerialization::MarshallingEnhanceData(std::shared_ptr<MMI::KeyEvent> event, NetPacket &pkt) in MarshallingEnhanceData() function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventSerialization
|
Completed in 7 milliseconds