Home
last modified time | relevance | path

Searched refs:ScanStatusReportHandler (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_state_machine.h64 bool EnrollScanStatusListener(ScanStatusReportHandler handler);
282 ScanStatusReportHandler scanStatusReportHandler; /* Status reporting callback function */
H A Dscan_common.h191 using ScanStatusReportHandler = std::function<void(ScanStatusReport &scanStatusReport)>; variable
H A Dscan_state_machine.cpp146 bool ScanStateMachine::EnrollScanStatusListener(ScanStatusReportHandler handler) in EnrollScanStatusListener()