Home
last modified time | relevance | path

Searched refs:GetRegMessage (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/net/
Dnl80211_message.h221 class SHILL_EXPORT GetRegMessage : public Nl80211Message {
226 GetRegMessage() : Nl80211Message(kCommand, kCommandString) {} in GetRegMessage() function
229 DISALLOW_COPY_AND_ASSIGN(GetRegMessage);
Dnl80211_message.cc473 const uint8_t GetRegMessage::kCommand = NL80211_CMD_GET_REG;
474 const char GetRegMessage::kCommandString[] = "NL80211_CMD_GET_REG";
638 case GetRegMessage::kCommand: in CreateMessage()
639 return new GetRegMessage(); in CreateMessage()
Dnetlink_manager_unittest.cc751 GetRegMessage get_reg_message; // Just a message to trigger timeout. in TEST_F()