/ohos5.0/foundation/multimodalinput/input/util/common/include/ |
H A D | input_event_data_transformation.h | 41 static int32_t UnmarshallingEnhanceData(NetPacket &pkt, std::shared_ptr<PointerEvent> event); 43 static int32_t UnmarshallingEnhanceData(NetPacket &pkt, std::shared_ptr<KeyEvent> event);
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/input_event_transmission/ |
H A D | input_event_serialization.h | 41 … static int32_t UnmarshallingEnhanceData(NetPacket &pkt, std::shared_ptr<MMI::PointerEvent> event); 43 static int32_t UnmarshallingEnhanceData(NetPacket &pkt, std::shared_ptr<MMI::KeyEvent> event);
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/input_event_transmission/ |
H A D | input_event_serialization.h | 41 … static int32_t UnmarshallingEnhanceData(NetPacket &pkt, std::shared_ptr<MMI::PointerEvent> event); 43 static int32_t UnmarshallingEnhanceData(NetPacket &pkt, std::shared_ptr<MMI::KeyEvent> event);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | client_msg_handler.cpp | 137 if (InputEventDataTransformation::UnmarshallingEnhanceData(pkt, key) != ERR_OK) { in OnKeyEvent() 181 if (InputEventDataTransformation::UnmarshallingEnhanceData(pkt, pointerEvent) != ERR_OK) { in OnPointerEvent()
|
/ohos5.0/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 461 int32_t InputEventDataTransformation::UnmarshallingEnhanceData(NetPacket &pkt, std::shared_ptr<Poin… in UnmarshallingEnhanceData() function in OHOS::MMI::InputEventDataTransformation 516 int32_t InputEventDataTransformation::UnmarshallingEnhanceData(NetPacket &pkt, std::shared_ptr<KeyE… in UnmarshallingEnhanceData() function in OHOS::MMI::InputEventDataTransformation
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 582 int32_t InputEventSerialization::UnmarshallingEnhanceData(NetPacket &pkt, std::shared_ptr<MMI::Poin… in UnmarshallingEnhanceData() function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventSerialization 638 int32_t InputEventSerialization::UnmarshallingEnhanceData(NetPacket &pkt, std::shared_ptr<MMI::KeyE… in UnmarshallingEnhanceData() 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 | 585 int32_t InputEventSerialization::UnmarshallingEnhanceData(NetPacket &pkt, std::shared_ptr<MMI::Poin… in UnmarshallingEnhanceData() function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventSerialization 641 int32_t InputEventSerialization::UnmarshallingEnhanceData(NetPacket &pkt, std::shared_ptr<MMI::KeyE… in UnmarshallingEnhanceData() function in OHOS::Msdp::DeviceStatus::Cooperate::InputEventSerialization
|