Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h119 bool IsWifiNetworkType(int32_t networkType);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_test.cpp981 int ret = DeviceManagerAgent::GetInstance()->IsWifiNetworkType(-1);
983 ret = DeviceManagerAgent::GetInstance()->IsWifiNetworkType(1);
985 ret = DeviceManagerAgent::GetInstance()->IsWifiNetworkType(3);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp193 bool DeviceManagerAgent::IsWifiNetworkType(int32_t networkType) in IsWifiNetworkType() function in OHOS::Storage::DistributedFile::DeviceManagerAgent
236 if (!IsWifiNetworkType(newNetworkType)) { in OnDeviceReady()