Searched refs:connFd (Results 1 – 2 of 2) sorted by relevance
/developtools/profiler/host/smartperf/client/client_command/ |
D | sp_server_socket.cpp | 67 connFd = accept(sock, nullptr, nullptr); in Accept() 68 return connFd; in Accept() 80 int sendBytes = send(connFd, sendBuf.c_str(), sendBuf.size(), 0); in Send() 83 LOGE("SpServerSocket::Send Error(%d) fd(%d)", sendBytes, connFd); in Send() 116 int l = recv(connFd, rbuf, sizeof(rbuf) - 1, 0); in Recv() 120 LOGE("SpServerSocket::recv Error(%d) fd(%d)", l, connFd); in Recv()
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | sp_server_socket.h | 47 int connFd = -1; variable
|