Home
last modified time | relevance | path

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

/device/google/wahoo/wifi_offload/test/
Doffload_utils_test.cpp40 std::vector<ScanResult> hidlScanResultsTest; in TEST_F() local
43 EXPECT_TRUE(offload_utils::ToHidlScanResults(chreScanResultsTest, &hidlScanResultsTest)); in TEST_F()
45 offload_hal_test_utils::validateScanResult(hidlScanResultsTest, chreScanResultsTest)); in TEST_F()
Doffload_hal_test_utils.h35 bool validateScanResult(const std::vector<ScanResult>& hidlScanResultsTest,
Doffload_hal_test_utils.cpp118 bool validateScanResult(const std::vector<ScanResult>& hidlScanResultsTest, in validateScanResult() argument
120 if (hidlScanResultsTest.size() != chreScanResults.size()) in validateScanResult()
123 for (const auto& hidlScanResult : hidlScanResultsTest) { in validateScanResult()