Searched defs:socketId (Results 1 – 4 of 4) sorted by relevance
73 void InitSocketBuf(int socketId, int optName) in InitSocketBuf()94 void InitSendBuffer(int socketId) in InitSendBuffer()99 void InitRecvBuffer(int socketId) in InitRecvBuffer()119 … int socketId = TEMP_FAILURE_RETRY(socket(AF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0)); in TransferEvent() local137 void SocketDevice::InitSocket(int &socketId) in InitSocket()
46 void Transport::InitRecvBuffer(int socketId) in InitRecvBuffer()80 … int socketId = TEMP_FAILURE_RETRY(socket(AF_UNIX, SOCK_DGRAM | SOCK_NONBLOCK | SOCK_CLOEXEC, 0)); in SendToHiSysEventDataSource() local
106 int socketId; member
606 int socketId = GetControlSocket(socketName); in AppSpawnCreateContent() local