Home
last modified time | relevance | path

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

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