Searched refs:status_and_interface_name (Results 1 - 3 of 3) sorted by path

/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_p2p_iface_hidl_test.cpp200 const auto& status_and_interface_name = HIDL_INVOKE(p2p_iface_, getName); local
202 status_and_interface_name.first.code);
203 EXPECT_FALSE(std::string(status_and_interface_name.second).empty());
H A Dsupplicant_sta_iface_hidl_test.cpp182 const auto& status_and_interface_name = HIDL_INVOKE(sta_iface_, getName); local
184 status_and_interface_name.first.code);
185 EXPECT_FALSE(std::string(status_and_interface_name.second).empty());
H A Dsupplicant_sta_network_hidl_test.cpp149 const auto& status_and_interface_name = local
152 status_and_interface_name.first.code);
153 EXPECT_FALSE(std::string(status_and_interface_name.second).empty());

Completed in 157 milliseconds