Home
last modified time | relevance | path

Searched defs:RemoveCandidateConfig (Results 1 – 8 of 8) sorted by relevance

/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifidevicestub_fuzzer/
Dwifidevicestub_fuzzer.cpp61 ErrCode RemoveCandidateConfig(int networkId) override in RemoveCandidateConfig() function in OHOS::Wifi::WifiDeviceStubFuzzTest
65 ErrCode RemoveCandidateConfig(const WifiDeviceConfig &config) override in RemoveCandidateConfig() function in OHOS::Wifi::WifiDeviceStubFuzzTest
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
Dsta_interface.cpp156 ErrCode StaInterface::RemoveCandidateConfig(const int uid, const int networkId) in RemoveCandidateConfig() function in OHOS::Wifi::StaInterface
Dsta_service.cpp175 ErrCode StaService::RemoveCandidateConfig(const int uid, const int networkId) const in RemoveCandidateConfig() function in OHOS::Wifi::StaService
/foundation/communication/wifi/wifi/frameworks/native/src/
Dwifi_device_impl.cpp137 ErrCode WifiDeviceImpl::RemoveCandidateConfig(int networkId) in RemoveCandidateConfig() function in OHOS::Wifi::WifiDeviceImpl
144 ErrCode WifiDeviceImpl::RemoveCandidateConfig(const WifiDeviceConfig &config) in RemoveCandidateConfig() function in OHOS::Wifi::WifiDeviceImpl
Dwifi_device_proxy_lite.cpp498 ErrCode WifiDeviceProxy::RemoveCandidateConfig(int networkId) in RemoveCandidateConfig() function in OHOS::Wifi::WifiDeviceProxy
504 ErrCode WifiDeviceProxy::RemoveCandidateConfig(const WifiDeviceConfig &config) in RemoveCandidateConfig() function in OHOS::Wifi::WifiDeviceProxy
Dwifi_device_proxy.cpp292 ErrCode WifiDeviceProxy::RemoveCandidateConfig(const WifiDeviceConfig &config) in RemoveCandidateConfig() function in OHOS::Wifi::WifiDeviceProxy
327 ErrCode WifiDeviceProxy::RemoveCandidateConfig(int networkId) in RemoveCandidateConfig() function in OHOS::Wifi::WifiDeviceProxy
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
Dwifi_device_service_impl.cpp496 ErrCode WifiDeviceServiceImpl::RemoveCandidateConfig(const WifiDeviceConfig &config) in RemoveCandidateConfig() function in OHOS::Wifi::WifiDeviceServiceImpl
536 ErrCode WifiDeviceServiceImpl::RemoveCandidateConfig(int networkId) in RemoveCandidateConfig() function in OHOS::Wifi::WifiDeviceServiceImpl
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
Dwifi_napi_device.cpp724 NO_SANITIZE("cfi") napi_value RemoveCandidateConfig(napi_env env, napi_callback_info info) in RemoveCandidateConfig() function