Searched refs:status_and_name (Results 1 – 7 of 7) sorted by relevance
/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 | 129 const auto& status_and_name = HIDL_INVOKE(iface, getName); in setIfaceUp() local 130 if (status_and_name.first.code == WifiStatusCode::SUCCESS) { in setIfaceUp() 131 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()
|