Searched refs:Decode (Results 1 - 7 of 7) sorted by relevance

/system/connectivity/shill/net/
H A Dnetlink_packet.cc75 bool result = attributes->Decode(GetPayload(), consumed_bytes_, factory);
H A Dattribute_list.h80 // Decode an attribute list starting from |offset| within |payload|. Use
82 bool Decode(const ByteString& payload,
H A Drtnl_message.h159 bool Decode(const ByteString& data);
H A Drtnl_message_unittest.cc398 EXPECT_TRUE(msg.Decode(packet));
436 EXPECT_TRUE(msg.Decode(packet));
467 EXPECT_TRUE(msg.Decode(packet));
524 EXPECT_TRUE(msg.Decode(packet));
557 EXPECT_TRUE(msg.Decode(packet));
684 EXPECT_FALSE(msg.Decode(
762 EXPECT_TRUE(msg.Decode(pmsg.Encode()));
H A Dattribute_list.cc112 LOG(INFO) << "Decode left " << (end - ptr) << " unparsed bytes.";
117 bool AttributeList::Decode(const ByteString& payload, function in class:shill::AttributeList
H A Drtnl_handler.cc287 if (!msg.Decode(payload)) {
H A Drtnl_message.cc69 bool RTNLMessage::Decode(const ByteString& msg) { function in class:shill::RTNLMessage

Completed in 93 milliseconds