Home
last modified time | relevance | path

Searched refs:AddBlockList (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_interface.cpp54 ErrCode ApInterface::AddBlockList(const StationInfo &stationInfo) in AddBlockList() function in OHOS::Wifi::ApInterface
56 return m_ApService.AddBlockList(stationInfo); in AddBlockList()
H A Dap_stations_manager.h47 bool AddBlockList(const StationInfo &staInfo) const;
H A Di_ap_service.h33 virtual ErrCode AddBlockList(const StationInfo &stationInfo) = 0;
H A Dap_interface.h60 virtual ErrCode AddBlockList(const StationInfo &stationInfo) override;
H A Dap_service.h81 ErrCode AddBlockList(const StationInfo &stationInfo) const;
H A Dap_stations_manager.cpp35 bool ApStationsManager::AddBlockList(const StationInfo &staInfo) const in AddBlockList() function in OHOS::Wifi::ApStationsManager
H A Dap_service.cpp121 ErrCode ApService::AddBlockList(const StationInfo &stationInfo) const in AddBlockList() function in OHOS::Wifi::ApService
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_wifi_ap_service.h66 ErrCode AddBlockList(const StationInfo &stationInfo);
116 bool AddBlockList(const StationInfo &staInfo);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_ap_stations_manager.h29 MOCK_CONST_METHOD1(AddBlockList, bool(const StationInfo &staInfo));
H A Dmock_ap_service.h33 MOCK_METHOD1(AddBlockList, ErrCode(const StationInfo &stationInfo));
H A Dmock_ap_interface.h31 virtual ErrCode AddBlockList(const StationInfo &stationInfo);
H A Dmock_ap_interface.cpp35 ErrCode ApInterface::AddBlockList(const StationInfo &stationInfo) in AddBlockList() function in OHOS::Wifi::ApInterface
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_impl.cpp172 ErrCode WifiHotspotImpl::AddBlockList(const StationInfo &info) in AddBlockList() function in OHOS::Wifi::WifiHotspotImpl
176 return client_->AddBlockList(info); in AddBlockList()
H A Dwifi_hotspot_impl.h137 ErrCode AddBlockList(const StationInfo &info) override;
H A Dwifi_hotspot_proxy.h126 ErrCode AddBlockList(const StationInfo &info) override;
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifiap_fuzzer/
H A Dwifiap_fuzzer.cpp136 pApStationsManager->AddBlockList(staInfo); in BlockListAndStationFuzzTest()
237 pApService->AddBlockList(stationInfo); in AddBlockListFuzzTest()
238 pApInterface->AddBlockList(stationInfo); in AddBlockListFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_hotspot.h129 virtual ErrCode AddBlockList(const StationInfo &info) = 0;
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_hotspot.h128 virtual ErrCode AddBlockList(const StationInfo &info) = 0;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.h125 ErrCode AddBlockList(const StationInfo &info) override;
H A Dwifi_hotspot_service_impl.cpp439 ErrCode WifiHotspotServiceImpl::AddBlockList(const StationInfo &info) in AddBlockList() function in OHOS::Wifi::WifiHotspotServiceImpl
475 if (pService->AddBlockList(updateInfo) != WIFI_OPT_SUCCESS) { in AddBlockList()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_stations_manager_test.cpp101 EXPECT_TRUE(pApStaMgr->AddBlockList(staInfo));
108 EXPECT_FALSE(pApStaMgr->AddBlockList(staInfo));
H A Dap_service_test.cpp115 EXPECT_EQ(ErrCode::WIFI_OPT_SUCCESS, pApService->AddBlockList(staInfo));
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotimpl_fuzzer/
H A Dwifihotspotimpl_fuzzer.cpp106 pWifiHotspotServiceImpl->AddBlockList(info); in DisassociateStaFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_inner_hotspot_test.cpp133 ErrCode result = devicePtr->AddBlockList(info);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_hotspot.cpp293 ErrCode ret = wifiHotspotPtr->AddBlockList(stationInfo); in AddHotspotBlockedList()

12