Home
last modified time | relevance | path

Searched refs:WIFI_SVR_CMD_GET_SCAN_INFO_LIST (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_proxy_lite.cpp119 case static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_GET_SCAN_INFO_LIST): { in IpcCallback()
378 owner.funcId = static_cast<int32_t>(ScanInterfaceCode::WIFI_SVR_CMD_GET_SCAN_INFO_LIST); in GetScanInfoList()
379 … remote_->Invoke(remote_, static_cast<int32_t>(ScanInterfaceCode::WIFI_SVR_CMD_GET_SCAN_INFO_LIST), in GetScanInfoList()
383 static_cast<int32_t>(ScanInterfaceCode::WIFI_SVR_CMD_GET_SCAN_INFO_LIST)); in GetScanInfoList()
H A Dwifi_scan_proxy.cpp358 …mote()->SendRequest(static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_GET_SCAN_INFO_LIST), dat… in GetScanInfoList()
362 static_cast<int32_t>(ScanInterfaceCode::WIFI_SVR_CMD_GET_SCAN_INFO_LIST)); in GetScanInfoList()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_manager_service_ipc_interface_code.h192 WIFI_SVR_CMD_GET_SCAN_INFO_LIST = 0x1016, /* get scan results */ enumerator
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiscanstub_fuzzer/
H A Dwifiscanstub_fuzzer.cpp122 … OnRemoteRequest(static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_GET_SCAN_INFO_LIST), datas); in OnGetScanInfoListFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub_lite.cpp84 case static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_GET_SCAN_INFO_LIST): { in OnRemoteRequest()
H A Dwifi_scan_stub.cpp62 handleFuncMap[static_cast<uint32_t>(ScanInterfaceCode::WIFI_SVR_CMD_GET_SCAN_INFO_LIST)] = in InitHandleMap()