Home
last modified time | relevance | path

Searched refs:UnmarshallingEnhanceData (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dinput_event_data_transformation.h41 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 Dinput_event_serialization.h41 … 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 Dinput_event_serialization.h41 … 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 Dclient_msg_handler.cpp137 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 Dinput_event_data_transformation.cpp461 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 Dinput_event_serialization.cpp582 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 Dinput_event_serialization.cpp585 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