Searched refs:status_and_type (Results 1 – 2 of 2) sorted by relevance
74 const auto& status_and_type = HIDL_INVOKE(wifi_ap_iface_, getType); in TEST_P() local75 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_type.first.code); in TEST_P()76 EXPECT_EQ(IfaceType::AP, status_and_type.second); in TEST_P()
94 const auto& status_and_type = HIDL_INVOKE(wifi_sta_iface_, getType); in TEST_P() local95 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_type.first.code); in TEST_P()96 EXPECT_EQ(IfaceType::STA, status_and_type.second); in TEST_P()