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

/system/connectivity/apmanager/
H A Ddevice_info.h76 bool IsWifiInterface(const std::string& iface_name);
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));
H A Ddevice_info.cc157 if (!IsWifiInterface(iface_name)) {
195 bool DeviceInfo::IsWifiInterface(const string& iface_name) { function in class:apmanager::DeviceInfo

Completed in 54 milliseconds