Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/include/
H A Dwifi_internal_msg.h237 bool whetherToAllowNetworkSwitchover; member
283 whetherToAllowNetworkSwitchover = true; in WifiConfig()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_file_spec.cpp995 item.whetherToAllowNetworkSwitchover = true;
1105 item.whetherToAllowNetworkSwitchover = (CheckDataLegal(tmpValue) != 0); in __anond4a0641a1302()
1252 …ss << " " <<"whetherToAllowNetworkSwitchover=" << item.whetherToAllowNetworkSwitchover << std::…
H A Dwifi_settings.cpp1143 return iter->second.whetherToAllowNetworkSwitchover; in GetWhetherToAllowNetworkSwitchover()
1145 return mWifiConfig[0].whetherToAllowNetworkSwitchover; in GetWhetherToAllowNetworkSwitchover()