Home
last modified time | relevance | path

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

/system/connectivity/apmanager/
Ddevice_info_unittest.cc84 bool IsWifiInterface(const string& interface_name) { in IsWifiInterface() function in apmanager::DeviceInfoTest
85 return device_info_.IsWifiInterface(interface_name); in IsWifiInterface()
216 EXPECT_FALSE(IsWifiInterface(kTestInterface0Name)); in TEST_F()
220 EXPECT_FALSE(IsWifiInterface(kTestInterface0Name)); in TEST_F()
224 EXPECT_TRUE(IsWifiInterface(kTestInterface1Name)); in TEST_F()
Ddevice_info.h76 bool IsWifiInterface(const std::string& iface_name);
Ddevice_info.cc157 if (!IsWifiInterface(iface_name)) { in AddLinkMsgHandler()
195 bool DeviceInfo::IsWifiInterface(const string& iface_name) { in IsWifiInterface() function in apmanager::DeviceInfo