Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_monitor.cpp23 ScanMonitor::ScanMonitor(int instId) : pScanStateMachine(nullptr), m_instId(instId) in ScanMonitor() function in OHOS::Wifi::ScanMonitor
26 ScanMonitor::~ScanMonitor() in ~ScanMonitor()
29 bool ScanMonitor::InitScanMonitor() in InitScanMonitor()
34 …eventCallback.onScanNotify = std::bind(&ScanMonitor::ReceiveScanEventFromIdl, this, std::placehold… in InitScanMonitor()
43 void ScanMonitor::UnInitScanMonitor() in UnInitScanMonitor()
52 void ScanMonitor::SetScanStateMachine(ScanStateMachine *paraScanStateMachine) in SetScanStateMachine()
58 void ScanMonitor::ReceiveScanEventFromIdl(int result) in ReceiveScanEventFromIdl()
65 void ScanMonitor::ProcessReceiveScanEvent(int result) in ProcessReceiveScanEvent()
91 void ScanMonitor::SendScanInfoEvent() in SendScanInfoEvent()
101 void ScanMonitor::SendPnoScanInfoEvent() in SendPnoScanInfoEvent()
[all …]
H A Dscan_monitor.h27 class ScanMonitor {
28 FRIEND_GTEST(ScanMonitor);
30 explicit ScanMonitor(int instId = 0);
31 ~ScanMonitor();
H A Dscan_service.h298 ScanMonitor *pScanMonitor; /* Scanning Monitor Pointer */
H A Dscan_service.cpp103 pScanMonitor = new (std::nothrow) ScanMonitor(m_instId); in InitScanService()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_monitor_test.cpp37 pScanMonitor = std::make_unique<ScanMonitor>(); in SetUp()
48 std::unique_ptr<ScanMonitor> pScanMonitor;