HomeSort by relevance Sort by last modified time
    Searched refs:GetScanResult (Results 1 - 7 of 7) sorted by null

  /system/connectivity/wificond/tests/
mock_scan_utils.h 40 MOCK_METHOD2(GetScanResult, bool(
scanner_unittest.cpp 310 EXPECT_CALL(scan_utils_, GetScanResult(_, _)).WillOnce(Return(true));
471 EXPECT_CALL(scan_utils_, GetScanResult(_, _))
scan_utils_unittest.cpp 140 // by GetScanResult.
143 scan_utils_.GetScanResult(kFakeInterfaceIndex, &scan_results);
  /system/connectivity/wificond/scanning/
scan_utils.h 70 virtual bool GetScanResult(
scanner_impl.cpp 126 if (!scan_utils_->GetScanResult(interface_index_, out_scan_results)) {
142 if (!scan_utils_->GetScanResult(interface_index_, out_scan_results)) {
scan_utils.cpp 77 bool ScanUtils::GetScanResult(uint32_t interface_index,
  /system/connectivity/wificond/
client_interface_impl.cpp 245 if (!scan_utils_->GetScanResult(interface_index_, &scan_results)) {

Completed in 144 milliseconds