mirror of
https://gitee.com/openharmony/msdp_device_status
synced 2024-11-23 15:40:16 +00:00
update intention/cooperate/plugin/include/input_event_transmission/input_event_serialization.h.
Signed-off-by: yang123 <yangyanling13@huawei.com>
This commit is contained in:
parent
4630059887
commit
512005a972
@ -34,6 +34,7 @@ public:
|
||||
static int32_t NetPacketToKeyEvent(NetPacket &pkt, std::shared_ptr<MMI::KeyEvent> key);
|
||||
static int32_t SwitchEventToNetPacket(const std::shared_ptr<MMI::SwitchEvent> key, NetPacket &pkt);
|
||||
static int32_t NetPacketToSwitchEvent(NetPacket &pkt, std::shared_ptr<MMI::SwitchEvent> key);
|
||||
static int32_t HeartBeatMarshalling(NetPacket &pkt);
|
||||
static int32_t Marshalling(std::shared_ptr<MMI::PointerEvent> event, NetPacket &pkt);
|
||||
static int32_t Unmarshalling(NetPacket &pkt, std::shared_ptr<MMI::PointerEvent> event);
|
||||
#ifdef OHOS_BUILD_ENABLE_SECURITY_PART
|
||||
|
Loading…
Reference in New Issue
Block a user