Searched refs:GetChangeDeviceConfig (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | i_wifi_device.h | 491 virtual ErrCode GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_device.h | 468 virtual ErrCode GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_device_impl.h | 495 ErrCode GetChangeDeviceConfig(ConfigChange &value, WifiDeviceConfig &config) override;
|
H A D | wifi_device_impl.cpp | 539 ErrCode WifiDeviceImpl::GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) in GetChangeDeviceConfig() function in OHOS::Wifi::WifiDeviceImpl 543 return client_->GetChangeDeviceConfig(value, config); in GetChangeDeviceConfig()
|
H A D | wifi_device_proxy.h | 493 ErrCode GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) override;
|
H A D | wifi_device_proxy.cpp | 2018 ErrCode WifiDeviceProxy::GetChangeDeviceConfig(ConfigChange &value, WifiDeviceConfig &config) in GetChangeDeviceConfig() function in OHOS::Wifi::WifiDeviceProxy
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/ |
H A D | wifi_device_service_impl.h | 172 ErrCode GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) override;
|
H A D | wifi_device_service_impl.cpp | 1680 ErrCode WifiDeviceServiceImpl::GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) in GetChangeDeviceConfig() function in OHOS::Wifi::WifiDeviceServiceImpl 1702 bool result = WifiConfigCenter::GetInstance().GetChangeDeviceConfig(value, config); in GetChangeDeviceConfig()
|
H A D | wifi_device_stub.cpp | 707 ErrCode ret = GetChangeDeviceConfig(value, config); in OnGetChangeDeviceConfig()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
H A D | wifi_config_center.h | 102 bool GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config);
|
H A D | wifi_config_center.cpp | 278 bool WifiConfigCenter::GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) in GetChangeDeviceConfig() function in OHOS::Wifi::WifiConfigCenter
|