Home
last modified time | relevance | path

Searched refs:GetPacketLength (Results 1 - 6 of 6) sorted by relevance

/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
/base/msdp/device_status/utils/ipc/include/
H A Dnet_packet.h43 int32_t GetPacketLength() const
/base/sensors/sensor/utils/ipc/include/
H A Dnet_packet.h42 size_t GetPacketLength() const;
/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()
/base/msdp/device_status/intention/adapters/dsoftbus_adapter/src/
H A Ddsoftbus_adapter_impl.cpp571 circleBuffer.SeekReadPos(packet.GetPacketLength()); in HandleSessionData()

Completed in 3 milliseconds