Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_device.h491 virtual ErrCode GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) = 0;
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_device.h468 virtual ErrCode GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) = 0;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_impl.h495 ErrCode GetChangeDeviceConfig(ConfigChange &value, WifiDeviceConfig &config) override;
H A Dwifi_device_impl.cpp539 ErrCode WifiDeviceImpl::GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) in GetChangeDeviceConfig() function in OHOS::Wifi::WifiDeviceImpl
543 return client_->GetChangeDeviceConfig(value, config); in GetChangeDeviceConfig()
H A Dwifi_device_proxy.h493 ErrCode GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) override;
H A Dwifi_device_proxy.cpp2018 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 Dwifi_device_service_impl.h172 ErrCode GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) override;
H A Dwifi_device_service_impl.cpp1680 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 Dwifi_device_stub.cpp707 ErrCode ret = GetChangeDeviceConfig(value, config); in OnGetChangeDeviceConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.h102 bool GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config);
H A Dwifi_config_center.cpp278 bool WifiConfigCenter::GetChangeDeviceConfig(ConfigChange& value, WifiDeviceConfig &config) in GetChangeDeviceConfig() function in OHOS::Wifi::WifiConfigCenter