Searched defs:pkt (Results 1 – 15 of 15) sorted by relevance
22 NetPacket::NetPacket(const NetPacket &pkt) : NetPacket(pkt.GetMsgId()) in NetPacket()
102 NetPacket pkt(head->idMsg); in OnReadPackets() local
25 NetPacket::NetPacket(const NetPacket &pkt) : NetPacket(pkt.GetMsgId()) in NetPacket()
64 NetPacket pkt(head->idMsg); in OnReadPackets() local
83 int32_t DragManagerImpl::OnNotifyResult(const StreamClient& client, NetPacket& pkt) in OnNotifyResult()105 int32_t DragManagerImpl::OnStateChangedMessage(const StreamClient& client, NetPacket& pkt) in OnStateChangedMessage()
240 int32_t CoordinationManagerImpl::OnCoordinationListener(const StreamClient& client, NetPacket& pkt) in OnCoordinationListener()255 int32_t CoordinationManagerImpl::OnCoordinationMessage(const StreamClient& client, NetPacket& pkt) in OnCoordinationMessage()270 int32_t CoordinationManagerImpl::OnCoordinationState(const StreamClient& client, NetPacket& pkt) in OnCoordinationState()
72 bool StreamServer::SendMsg(int32_t fd, NetPacket& pkt) in SendMsg()87 void StreamServer::Multicast(const std::vector<int32_t>& fdList, NetPacket& pkt) in Multicast()191 void StreamServer::OnPacket(int32_t fd, NetPacket& pkt) in OnPacket()
796 NetPacket pkt(MessageId::COORDINATION_MESSAGE); in OnPrepareCoordination() local820 NetPacket pkt(MessageId::COORDINATION_MESSAGE); in OnUnprepareCoordination() local851 NetPacket pkt(event->msgId); in OnActivateCoordination() local
167 void Client::OnPacket(NetPacket& pkt) in OnPacket()287 void Client::OnMsgHandler(const StreamClient& client, NetPacket& pkt) in OnMsgHandler()
144 NetPacket pkt(msgId); in NotifyCoordinationMessage() local160 NetPacket pkt(msgId); in NotifyCoordinationState() local
77 NetPacket pkt(msgId); in OnStateChangedNotify() local
190 NetPacket pkt(MessageId::DRAG_NOTIFY_RESULT); in NotifyDragResult() local
46 NetPacket pkt(cPkt->msgId); in OnPacket() local395 void SensorServiceClient::HandleNetPacke(NetPacket &pkt) in HandleNetPacke()
237 NetPacket pkt(MessageId::ACTIVE_INFO); in ReportActiveInfo() local
308 let mut pkt: NetPacket = NetPacket { in read_client_packets() localVariable