Searched refs:GetPayload (Results 1 – 9 of 9) sorted by relevance
64 return GetPayload().GetLength() - consumed_bytes_; in GetRemainingLength()67 const ByteString& NetlinkPacket::GetPayload() const { in GetPayload() function in shill::NetlinkPacket75 bool result = attributes->Decode(GetPayload(), consumed_bytes_, factory); in ConsumeAttributes()76 consumed_bytes_ = GetPayload().GetLength(); in ConsumeAttributes()99 if (GetPayload().GetLength() < sizeof(*header)) { in GetGenlMsgHdr()
59 const ByteString& GetPayload() const;
126 const ByteString& payload = packet.GetPayload(); in PrintPacket()306 message.reset(new UnknownMessage(message_type, packet->GetPayload())); in CreateMessage()
735 rawdata = packet.GetPayload().GetConstData(); in CollectDebugData()736 for (size_t i = 0; i < packet.GetPayload().GetLength(); ++i) { in CollectDebugData()
77 const std::vector<uint8_t> received_payload = command->GetPayload(); in CheckedReceiveCommand()100 const std::vector<uint8_t> expected_payload = event->GetPayload(); in CheckedSendEvent()
39 const std::vector<uint8_t>& GetPayload() const;
57 const std::vector<uint8_t>& Packet::GetPayload() const { in GetPayload() function in test_vendor_lib::Packet
91 if (!SendAll(event.GetPayload(), event.GetPayloadSize(), fd)) { in SendEvent()
222 active_hci_commands_[opcode](command_packet->GetPayload()); in HandleCommand()