Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dconnection_detector.cpp30 std::string ConnectionDetector::GetCellByIndex(const std::string &str, int targetIndex) in GetCellByIndex() function in OHOS::Storage::DistributedFile::ConnectionDetector
72 … auto connectionStatus = GetCellByIndex(str, 2); // 2 indicates the position of connection status in MatchConnectionStatus()
73 auto tcpStatus = GetCellByIndex(str, 3); // 3 indicates the position of tcp status in MatchConnectionStatus()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/
H A Dconnection_detector_test.cpp169 string ret = connectionDetector.GetCellByIndex(str, targetIndex);
180 string ret = connectionDetector.GetCellByIndex(str, targetIndex);
191 string ret = connectionDetector.GetCellByIndex(str, targetIndex);
202 string ret = connectionDetector.GetCellByIndex(str, targetIndex);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Dconnection_detector.h46 static std::string GetCellByIndex(const std::string &str, int targetIndex);