Searched defs:IsWifiInterface (Results 1 - 2 of 2) sorted by relevance

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

Completed in 55 milliseconds