Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dconnection_detector.cpp149 bool ConnectionDetector::GetConnectionStatus(const std::string &targetDir, const std::string &netwo… in GetConnectionStatus() function in OHOS::Storage::DistributedFile::ConnectionDetector
196 while (retryCount++ < MAX_RETRY - 1 && !GetConnectionStatus(targetDir, networkId)) { in RepeatGetConnectionStatus()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Dconnection_detector.h40 static bool GetConnectionStatus(const std::string &targetDir, const std::string &networkId);
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Dconnection_detector_test.cpp92 bool ret = ConnectionDetector::GetConnectionStatus(targetDir, networkId);
102 bool ret = ConnectionDetector::GetConnectionStatus(targetDir, networkId);