Home
last modified time | relevance | path

Searched refs:GetBlockLists (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_impl.cpp165 ErrCode WifiHotspotImpl::GetBlockLists(std::vector<StationInfo> &infos) in GetBlockLists() function in OHOS::Wifi::WifiHotspotImpl
169 return client_->GetBlockLists(infos); in GetBlockLists()
H A Dwifi_hotspot_impl.h129 ErrCode GetBlockLists(std::vector<StationInfo> &infos) override;
H A Dwifi_hotspot_proxy.h118 ErrCode GetBlockLists(std::vector<StationInfo> &infos) override;
H A Dwifi_hotspot_proxy.cpp436 ErrCode WifiHotspotProxy::GetBlockLists(std::vector<StationInfo> &infos) in GetBlockLists() function in OHOS::Wifi::WifiHotspotProxy
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_hotspot.h121 virtual ErrCode GetBlockLists(std::vector<StationInfo> &infos) = 0;
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_hotspot.h120 virtual ErrCode GetBlockLists(std::vector<StationInfo> &infos) = 0;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.h117 ErrCode GetBlockLists(std::vector<StationInfo> &infos) override;
H A Dwifi_hotspot_stub.cpp415 ErrCode ret = GetBlockLists(infos); in OnGetBlockLists()
H A Dwifi_hotspot_service_impl.cpp565 ErrCode WifiHotspotServiceImpl::GetBlockLists(std::vector<StationInfo> &infos) in GetBlockLists() function in OHOS::Wifi::WifiHotspotServiceImpl
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_inner_hotspot_test.cpp123 ErrCode result = devicePtr->GetBlockLists(infos);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_hotspot.cpp326 ErrCode ret = wifiHotspotPtr->GetBlockLists(vecStationInfo); in GetHotspotBlockedList()