Home
last modified time | relevance | path

Searched refs:GetMessageType (Results 1 – 16 of 16) sorted by relevance

/system/connectivity/shill/net/
Dnetlink_message.h160 static uint16_t GetMessageType() { return kMessageType; } in GetMessageType() function
179 static uint16_t GetMessageType() { return kMessageType; } in GetMessageType() function
194 static uint16_t GetMessageType() { return kMessageType; } in GetMessageType() function
209 static uint16_t GetMessageType() { return kMessageType; } in GetMessageType() function
Dnetlink_manager.cc109 ControlNetlinkMessage::GetMessageType()) { in HandleMessage()
111 << ", not " << ControlNetlinkMessage::GetMessageType() in HandleMessage()
150 if (netlink_message.message_type() != Nl80211Message::GetMessageType()) { in HandleMessage()
152 << ", not " << Nl80211Message::GetMessageType() in HandleMessage()
271 if (raw_message->message_type() == ErrorAckMessage::GetMessageType()) { in OnNetlinkMessageError()
582 packet.GetMessageType() != ErrorAckMessage::kMessageType) { in InferMessageContext()
587 if (packet.GetMessageType() == Nl80211Message::GetMessageType() && in InferMessageContext()
699 if (message->message_type() == ErrorAckMessage::GetMessageType()) { in OnNlMessageReceived()
Dnetlink_packet_unittest.cc58 EXPECT_EQ(1, empty_packet.GetMessageType()); in TEST_F()
76 EXPECT_EQ(2, complete_packet.GetMessageType()); in TEST_F()
Dnetlink_packet.h49 uint16_t GetMessageType() const;
Dgeneric_netlink_message.h111 static uint16_t GetMessageType() { return kMessageType; } in GetMessageType() function
Dnetlink_packet.cc55 uint16_t NetlinkPacket::GetMessageType() const { in GetMessageType() function in shill::NetlinkPacket
Dnetlink_message.cc287 auto message_type = packet->GetMessageType(); in CreateMessage()
Dnl80211_message.h45 static uint16_t GetMessageType();
Dnl80211_message.cc80 uint16_t Nl80211Message::GetMessageType() { in GetMessageType() function in shill::Nl80211Message
/system/connectivity/shill/wifi/
Dcallback80211_metrics.cc66 if (netlink_message.message_type() != Nl80211Message::GetMessageType()) { in CollectDisconnectStatistics()
Dscan_session.cc242 ErrorAckMessage::GetMessageType()) { in OnTriggerScanErrorResponse()
Dwake_on_wifi.cc876 if (raw_message->message_type() == ErrorAckMessage::GetMessageType()) { in OnWakeOnWiFiSettingsErrorResponse()
1161 if (netlink_message.message_type() != Nl80211Message::GetMessageType()) { in OnWakeupReasonReceived()
Dwifi.cc1208 if (netlink_message.message_type() != Nl80211Message::GetMessageType()) { in OnScanStarted()
/system/connectivity/apmanager/
Ddevice_info_unittest.cc166 if (arg->message_type() != Nl80211Message::GetMessageType()) {
/system/connectivity/shill/
DNETLINK_MESSAGES.txt165 ErrorAckMessage::GetMessageType()) {
Ddevice_info_unittest.cc555 if (arg->message_type() != Nl80211Message::GetMessageType()) {