Searched refs:hidlScanResultsTest (Results 1 – 3 of 3) sorted by relevance
40 std::vector<ScanResult> hidlScanResultsTest; in TEST_F() local43 EXPECT_TRUE(offload_utils::ToHidlScanResults(chreScanResultsTest, &hidlScanResultsTest)); in TEST_F()45 offload_hal_test_utils::validateScanResult(hidlScanResultsTest, chreScanResultsTest)); in TEST_F()
35 bool validateScanResult(const std::vector<ScanResult>& hidlScanResultsTest,
118 bool validateScanResult(const std::vector<ScanResult>& hidlScanResultsTest, in validateScanResult() argument120 if (hidlScanResultsTest.size() != chreScanResults.size()) in validateScanResult()123 for (const auto& hidlScanResult : hidlScanResultsTest) { in validateScanResult()