Searched refs:getSupportedIfaceName (Results 1 – 5 of 5) sorted by relevance
58 MOCK_METHOD2(getSupportedIfaceName, wifi_error(uint32_t, std::string&));
292 EXPECT_CALL(*legacy_hal_, getSupportedIfaceName(testing::_, testing::_)) in SetUp()
769 virtual wifi_error getSupportedIfaceName(uint32_t iface_type, std::string& ifname);
1845 legacy_hal::wifi_error err = legacy_hal_.lock()->getSupportedIfaceName((uint32_t)type, ifname); in getWlanIfaceNameWithType()
1833 wifi_error WifiLegacyHal::getSupportedIfaceName(uint32_t iface_type, std::string& ifname) { in getSupportedIfaceName() function in aidl::android::hardware::wifi::legacy_hal::WifiLegacyHal