Searched refs:status_and_name (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/wifi/hostapd/aidl/vts/functional/ |
D | hostapd_legacy_test_utils.h | 61 const auto& status_and_name = HIDL_INVOKE(wifi_ap_iface, getName); in setupApIfaceAndGetName() local 62 EXPECT_TRUE(status_and_name.first.code == in setupApIfaceAndGetName() 64 if (status_and_name.first.code != android::hardware::wifi::V1_0::WifiStatusCode::SUCCESS) { in setupApIfaceAndGetName() 68 return status_and_name.second; in setupApIfaceAndGetName()
|
/hardware/interfaces/wifi/1.5/vts/functional/ |
D | wifi_chip_hidl_ap_test.cpp | 102 const auto& status_and_name = HIDL_INVOKE(wifi_ap_iface, getName); in TEST_P() local 103 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_name.first.code); in TEST_P() 104 std::string br_name = status_and_name.second; in TEST_P()
|
D | wifi_chip_hidl_test.cpp | 83 const auto& status_and_name = HIDL_INVOKE(iface, getName); in getIfaceName() local 84 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_name.first.code); in getIfaceName() 85 return status_and_name.second; in getIfaceName()
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
D | wifi_chip_hidl_nan_test.cpp | 69 const auto& status_and_name = HIDL_INVOKE(iface, getName); in getIfaceName() local 70 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_name.first.code); in getIfaceName() 71 return status_and_name.second; in getIfaceName()
|
D | wifi_chip_hidl_ap_test.cpp | 70 const auto& status_and_name = HIDL_INVOKE(iface, getName); in getIfaceName() local 71 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_name.first.code); in getIfaceName() 72 return status_and_name.second; in getIfaceName()
|
D | wifi_hidl_test_utils.cpp | 147 const auto& status_and_name = HIDL_INVOKE(iface, getName); in setIfaceUp() local 148 if (status_and_name.first.code == WifiStatusCode::SUCCESS) { in setIfaceUp() 149 const auto& iface_name = status_and_name.second; in setIfaceUp()
|
D | wifi_chip_hidl_test.cpp | 100 const auto& status_and_name = HIDL_INVOKE(iface, getName); in getIfaceName() local 101 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_name.first.code); in getIfaceName() 102 return status_and_name.second; in getIfaceName()
|
/hardware/interfaces/wifi/hostapd/1.3/vts/functional/ |
D | hostapd_hidl_test.cpp | 103 const auto& status_and_name = HIDL_INVOKE(wifi_ap_iface, getName); in setupApIfaceAndGetName() local 104 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_name.first.code); in setupApIfaceAndGetName() 105 return status_and_name.second; in setupApIfaceAndGetName()
|
/hardware/interfaces/wifi/hostapd/1.2/vts/functional/ |
D | hostapd_hidl_test.cpp | 95 const auto& status_and_name = HIDL_INVOKE(wifi_ap_iface, getName); in setupApIfaceIfNeeded() local 96 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_name.first.code); in setupApIfaceIfNeeded()
|