Home
last modified time | relevance | path

Searched refs:status_and_type (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.0/vts/functional/
H A Dwifi_ap_iface_hidl_test.cpp74 const auto& status_and_type = HIDL_INVOKE(wifi_ap_iface_, getType); in TEST_P() local
75 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_type.first.code); in TEST_P()
76 EXPECT_EQ(IfaceType::AP, status_and_type.second); in TEST_P()
H A Dwifi_sta_iface_hidl_test.cpp94 const auto& status_and_type = HIDL_INVOKE(wifi_sta_iface_, getType); in TEST_P() local
95 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_type.first.code); in TEST_P()
96 EXPECT_EQ(IfaceType::STA, status_and_type.second); in TEST_P()