Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_rtt_controller_hidl_test.cpp70 const auto& status_and_controller = in TEST_P() local
72 if (status_and_controller.first.code != in TEST_P()
74 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_controller.first.code); in TEST_P()
75 EXPECT_NE(nullptr, status_and_controller.second.get()); in TEST_P()
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_rtt_controller_hidl_test.cpp123 const auto& status_and_controller = in getWifiRttController() local
125 EXPECT_EQ(WifiStatusCode::SUCCESS, status_and_controller.first.code); in getWifiRttController()
126 EXPECT_NE(nullptr, status_and_controller.second.get()); in getWifiRttController()
128 return status_and_controller.second.get(); in getWifiRttController()