Home
last modified time | relevance | path

Searched refs:OnNewWiphy (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/wifi/
Dwifi.h566 void OnNewWiphy(const Nl80211Message& nl80211_message);
Dwifi.cc2386 Bind(&WiFi::OnNewWiphy, weak_ptr_factory_.GetWeakPtr()), in GetPhyInfo()
2391 void WiFi::OnNewWiphy(const Nl80211Message& nl80211_message) { in OnNewWiphy() function in shill::WiFi
Dwifi_unittest.cc1271 void OnNewWiphy(const Nl80211Message& new_wiphy_message) { in OnNewWiphy() function in shill::WiFiObjectTest
1272 wifi_->OnNewWiphy(new_wiphy_message); in OnNewWiphy()
4352 TEST_F(WiFiMainTest, OnNewWiphy) { in TEST_F() argument
4360 OnNewWiphy(new_wiphy_message); in TEST_F()
/system/connectivity/shill/
DTESTING85 /data/nativetest/shill_test/shill_test --gtest_filter=WiFiMainTest.OnNewWiphy