Searched refs:GetCellByIndex (Results 1 – 3 of 3) sorted by relevance
30 std::string ConnectionDetector::GetCellByIndex(const std::string &str, int targetIndex) in GetCellByIndex() function in OHOS::Storage::DistributedFile::ConnectionDetector72 … 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()
169 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);
46 static std::string GetCellByIndex(const std::string &str, int targetIndex);