Searched refs:GetSocketInterface (Results 1 – 6 of 6) sorted by relevance
43 const SocketInterface* GetSocketInterface(ProtocolType protocolType) in GetSocketInterface() function45 return GetSocketMockInterface()->GetSocketInterface(protocolType); in GetSocketInterface()
28 virtual const SocketInterface* GetSocketInterface(ProtocolType protocolType) = 0;47 MOCK_METHOD1(GetSocketInterface, const SocketInterface*(ProtocolType));
68 const SocketInterface *GetSocketInterface(ProtocolType protocolType) in GetSocketInterface() function131 const SocketInterface *socketInterface = GetSocketInterface(option->socketOption.protocol); in ConnOpenClientSocket()313 const SocketInterface *socketInterface = GetSocketInterface(LNN_PROTOCOL_IP); in ConnGetLocalSocketPort()
372 const SocketInterface *socketIf = GetSocketInterface(protocol); in StartServerListenUnsafe()
69 const SocketInterface *GetSocketInterface(ProtocolType protocolType);
148 const SocketInterface *interface = GetSocketInterface(LNN_PROTOCOL_IP); in CreateServerSocket()