Searched refs:IsWifiNetworkType (Results 1 – 3 of 3) sorted by relevance
119 bool IsWifiNetworkType(int32_t networkType);
981 int ret = DeviceManagerAgent::GetInstance()->IsWifiNetworkType(-1);983 ret = DeviceManagerAgent::GetInstance()->IsWifiNetworkType(1);985 ret = DeviceManagerAgent::GetInstance()->IsWifiNetworkType(3);
193 bool DeviceManagerAgent::IsWifiNetworkType(int32_t networkType) in IsWifiNetworkType() function in OHOS::Storage::DistributedFile::DeviceManagerAgent236 if (!IsWifiNetworkType(newNetworkType)) { in OnDeviceReady()