Home
last modified time | relevance | path

Searched refs:IsWifiDeviceConfigDeciphered (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.h325 bool IsWifiDeviceConfigDeciphered(const WifiDeviceConfig &config) const;
H A Dwifi_settings.cpp147 if (IsWifiDeviceConfigDeciphered(config)) { in SyncAfterDecryped()
1937 bool WifiSettings::IsWifiDeviceConfigDeciphered(const WifiDeviceConfig &config) const in IsWifiDeviceConfigDeciphered() function in OHOS::Wifi::WifiSettings
1984 if (IsWifiDeviceConfigDeciphered(config)) { in DecryptionDeviceConfig()
2115 if (!IsWifiDeviceConfigDeciphered(iter->second)) { in UpdateWifiConfigFromCloud()
2153 if (IsWifiDeviceConfigDeciphered(iter->second)) { in UpLoadLocalDeviceConfigToCloud()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dwifi_settings_test.cpp563 WifiSettings::GetInstance().IsWifiDeviceConfigDeciphered(config);