Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h119 bool IsWifiNetworkType(int32_t networkType);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_test.cpp971 * @tc.desc: Verify the IsWifiNetworkType function.
981 int ret = DeviceManagerAgent::GetInstance()->IsWifiNetworkType(-1); in HWTEST_F()
983 ret = DeviceManagerAgent::GetInstance()->IsWifiNetworkType(1); in HWTEST_F()
985 ret = DeviceManagerAgent::GetInstance()->IsWifiNetworkType(3); in HWTEST_F()
/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()

Completed in 4 milliseconds