Home
last modified time | relevance | path

Searched refs:GetPacketLength (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/sensors/sensor/utils/ipc/src/
H A Dstream_socket.cpp69 if (!circBuf.SeekReadPos(pkt.GetPacketLength())) { in OnReadPackets()
71 … " packetSize:%{public}zu, unreadSize:%{public}zu", pkt.GetPacketLength(), unreadSize); in OnReadPackets()
H A Dnet_packet.cpp62 size_t NetPacket::GetPacketLength() const in GetPacketLength() function in OHOS::Sensors::NetPacket
/ohos5.0/base/msdp/device_status/utils/ipc/src/
H A Dstream_socket.cpp100 if (!circBuf.SeekReadPos(pkt.GetPacketLength())) { in OnReadPackets()
102 … "packetSize:%{public}d, residualSize:%{public}d", pkt.GetPacketLength(), residualSize); in OnReadPackets()
/ohos5.0/foundation/multimodalinput/input/util/socket/src/
H A Duds_socket.cpp118 if (!circBuf.SeekReadPos(pkt.GetPacketLength())) { in OnReadPackets()
120 " packetSize:%{public}d unreadSize:%{public}d", pkt.GetPacketLength(), unreadSize); in OnReadPackets()
/ohos5.0/base/sensors/sensor/utils/ipc/include/
H A Dnet_packet.h42 size_t GetPacketLength() const;
/ohos5.0/base/msdp/device_status/utils/ipc/include/
H A Dnet_packet.h43 int32_t GetPacketLength() const in GetPacketLength() function
/ohos5.0/foundation/multimodalinput/input/util/network/include/
H A Dnet_packet.h48 int32_t GetPacketLength() const in GetPacketLength() function
/ohos5.0/foundation/multimodalinput/input/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp557 circleBuffer.SeekReadPos(packet.GetPacketLength()); in HandleSessionData()
/ohos5.0/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp559 circleBuffer.SeekReadPos(packet.GetPacketLength()); in HandleSessionData()