Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/vts/functional/
H A Dwifi_chip_hidl_test.cpp171 const auto& statusNonEmpty = in TEST_P() local
173 if (statusNonEmpty.code != WifiStatusCode::SUCCESS) { in TEST_P()
174 EXPECT_EQ(WifiStatusCode::ERROR_NOT_SUPPORTED, statusNonEmpty.code); in TEST_P()
203 const auto& statusNonEmpty = HIDL_INVOKE(wifi_chip_, getUsableChannels, in TEST_P() local
205 if (statusNonEmpty.first.code != WifiStatusCode::SUCCESS) { in TEST_P()
207 statusNonEmpty.first.code); in TEST_P()