Home
last modified time | relevance | path

Searched refs:StopScheduledScan (Results 1 – 5 of 5) sorted by relevance

/system/connectivity/wificond/tests/
Dmock_scan_utils.h35 MOCK_METHOD1(StopScheduledScan, bool(uint32_t interface_index));
Dscanner_unittest.cpp334 EXPECT_CALL(scan_utils_, StopScheduledScan(_)).WillOnce(Return(true)); in TEST_F()
/system/connectivity/wificond/scanning/
Dscan_utils.h148 virtual bool StopScheduledScan(uint32_t interface_index);
Dscanner_impl.cpp347 if (!scan_utils_->StopScheduledScan(interface_index_)) { in StopPnoScanDefault()
Dscan_utils.cpp360 bool ScanUtils::StopScheduledScan(uint32_t interface_index) { in StopScheduledScan() function in android::wificond::ScanUtils