Searched refs:clientConnection (Results 1 – 3 of 3) sorted by relevance
51 …arm::pipe::Socket clientConnection = arm::pipe::Accept(m_ListeningSocket, nullptr, nullptr, SOCK_C… in GetNewBasePipeServer() local52 if (clientConnection < 1) in GetNewBasePipeServer()56 return std::make_unique<BasePipeServer>(clientConnection, echoPackets); in GetNewBasePipeServer()
35 BasePipeServer(arm::pipe::Socket clientConnection, bool echoPackets) in BasePipeServer() argument36 : m_ClientConnection(clientConnection) in BasePipeServer()
41 GatordMockService(std::unique_ptr<arm::pipe::BasePipeServer> clientConnection, bool echoPackets) in GatordMockService() argument42 : m_BasePipeServer(std::move(clientConnection)) in GatordMockService()