Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_common_event_helper.h59 static bool PublishScanFinishedEvent(const int &code, const std::string &data);
H A Dwifi_common_event_helper.cpp109 bool WifiCommonEventHelper::PublishScanFinishedEvent(const int &code, const std::string &data) in PublishScanFinishedEvent() function in OHOS::Wifi::WifiCommonEventHelper
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan/
H A Dscan_service.cpp611 …WifiCommonEventHelper::PublishScanFinishedEvent(static_cast<int>(ScanHandleNotify::SCAN_FAIL), "On… in HandleCommonScanFailed()
693 …WifiCommonEventHelper::PublishScanFinishedEvent(static_cast<int>(ScanHandleNotify::SCAN_OK), "OnSc… in HandleScanResults()