Home
last modified time | relevance | path

Searched refs:MarshallingEnhanceData (Results 1 - 5 of 5) sorted by relevance

/foundation/multimodalinput/input/util/common/include/
H A Dinput_event_data_transformation.h40 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 Dinput_event_serialization.h40 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 Devent_dispatch_handler.cpp326 InputEventDataTransformation::MarshallingEnhanceData(pointerEvent, pkt); in DispatchPointerEventInner()
407 InputEventDataTransformation::MarshallingEnhanceData(key, pkt); in DispatchKeyEvent()
/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp432 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 Dinput_event_serialization.cpp537 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