Home
last modified time | relevance | path

Searched refs:RepeatGetConnectionStatus (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Dconnection_detector.h41 …static int32_t RepeatGetConnectionStatus(const std::string &targetDir, const std::string &networkI…
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Dconnection_detector_test.cpp148 int32_t ret = ConnectionDetector::RepeatGetConnectionStatus(targetDir, networkId);
158 int32_t ret = ConnectionDetector::RepeatGetConnectionStatus(targetDir, networkId);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dconnection_detector.cpp193 int32_t ConnectionDetector::RepeatGetConnectionStatus(const std::string &targetDir, const std::stri… in RepeatGetConnectionStatus() function in OHOS::Storage::DistributedFile::ConnectionDetector
H A Ddaemon.cpp208 ret = ConnectionDetector::RepeatGetConnectionStatus(targetDir, networkId); in ConnectionCount()