Searched defs:socketPair (Results 1 – 7 of 7) sorted by relevance
28 static void SendDataThread(LocalSocketPair *socketPair) in SendDataThread()55 LocalSocketPair socketPair; variable69 LocalSocketPair socketPair; variable90 LocalSocketPair socketPair; variable105 LocalSocketPair socketPair; variable121 LocalSocketPair socketPair; variable
203 try (LocalSocketPair socketPair = LocalSocketPair.createConnectedSocketPair(address)) { in testSetSoTimeout_readTimeout()233 try (LocalSocketPair socketPair = LocalSocketPair.createConnectedSocketPair(address)) { in testSetSoTimeout_writeTimeout()268 try (LocalSocketPair socketPair = LocalSocketPair.createConnectedSocketPair(address)) { in testAvailable()296 try (LocalSocketPair socketPair = LocalSocketPair.createConnectedSocketPair(address)) { in testLocalSocketCreatedFromFileDescriptor()329 try (LocalSocketPair socketPair = LocalSocketPair.createConnectedSocketPair(address)) { in testFlush()
60 int32_t LocalSocketPair::SetSockopt(size_t sendSize, size_t receiveSize, int32_t* socketPair, int32… in SetSockopt()95 int32_t socketPair[SOCKET_PAIR_SIZE] = { 0 }; in CreateChannel() local
49 int32_t socketPair[SOCKET_PAIR_SIZE] = { 0 }; in CreateSensorBasicChannel() local
54 int32_t socketPair[SOCKET_PAIR_SIZE] = { 0 }; in CreateSensorBasicChannel() local
386 int socketPair[2] = {SOCK_INVALID_FD, SOCK_INVALID_FD}; in Connect() local419 int socketPair[2] = {SOCK_INVALID_FD, SOCK_INVALID_FD}; in Listen() local509 int socketPair[2] = {SOCK_INVALID_FD, SOCK_INVALID_FD}; in AddSocketInternal() local
159 sptr<LocalSocketPair> socketPair; in PostEvent() local