Searched refs:GetBlockLists (Results 1 – 11 of 11) sorted by relevance
165 ErrCode WifiHotspotImpl::GetBlockLists(std::vector<StationInfo> &infos) in GetBlockLists() function in OHOS::Wifi::WifiHotspotImpl169 return client_->GetBlockLists(infos); in GetBlockLists()
129 ErrCode GetBlockLists(std::vector<StationInfo> &infos) override;
118 ErrCode GetBlockLists(std::vector<StationInfo> &infos) override;
436 ErrCode WifiHotspotProxy::GetBlockLists(std::vector<StationInfo> &infos) in GetBlockLists() function in OHOS::Wifi::WifiHotspotProxy
121 virtual ErrCode GetBlockLists(std::vector<StationInfo> &infos) = 0;
120 virtual ErrCode GetBlockLists(std::vector<StationInfo> &infos) = 0;
117 ErrCode GetBlockLists(std::vector<StationInfo> &infos) override;
415 ErrCode ret = GetBlockLists(infos); in OnGetBlockLists()
565 ErrCode WifiHotspotServiceImpl::GetBlockLists(std::vector<StationInfo> &infos) in GetBlockLists() function in OHOS::Wifi::WifiHotspotServiceImpl
123 ErrCode result = devicePtr->GetBlockLists(infos);
326 ErrCode ret = wifiHotspotPtr->GetBlockLists(vecStationInfo); in GetHotspotBlockedList()