Searched refs:expectSuccess (Results 1 – 1 of 1) sorted by relevance
190 bool expectSuccess) { in testCacheDispatch() argument210 EXPECT_EQ(chreWifiScanCacheDispatchFromCache(¶ms), expectSuccess); in testCacheDispatch()212 EXPECT_EQ(gWifiScanResponse.has_value(), expectSuccess); in testCacheDispatch()213 if (expectSuccess) { in testCacheDispatch()218 EXPECT_EQ(gWifiScanResultList.size(), expectSuccess ? numEvents : 0); in testCacheDispatch()