Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Dconnection_detector.cpp73 auto tcpStatus = GetCellByIndex(str, 3); // 3 indicates the position of tcp status in MatchConnectionStatus() local
75 if (connectionStatus == "2" && (tcpStatus == "2" || tcpStatus == "3")) { in MatchConnectionStatus()