Searched refs:RegistSocketProtocol (Results 1 – 4 of 4) sorted by relevance
48 int32_t RegistSocketProtocol(const SocketInterface* interface) in RegistSocketProtocol() function50 return GetSocketMockInterface()->RegistSocketProtocol(interface); in RegistSocketProtocol()
29 virtual int32_t RegistSocketProtocol(const SocketInterface* interface) = 0;48 MOCK_METHOD1(RegistSocketProtocol, int32_t (const SocketInterface*));
71 int32_t RegistSocketProtocol(const SocketInterface *interface);
40 int32_t RegistSocketProtocol(const SocketInterface *interface) in RegistSocketProtocol() function102 ret = RegistSocketProtocol(GetTcpProtocol()); in ConnInitSockets()