Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/src/
H A Dsocket_exec.cpp149 int clientIndex = -1; in TcpServerConnectionFinalize() local
153 clientIndex = it->first; in TcpServerConnectionFinalize()
158 auto clientIter = g_clientFDs.find(clientIndex); in TcpServerConnectionFinalize()