Searched refs:CreateClientSocket (Results 1 – 3 of 3) sorted by relevance
116 bool CreateClientSocket() { in CreateClientSocket() function in __anon819154200111::TestUnixSocketConnection154 ASSERT_TRUE(connection.CreateClientSocket()); in TEST()161 ASSERT_TRUE(connection.CreateClientSocket()); in TEST()
187 SocketDescriptor CreateClientSocket() { in CreateClientSocket() function in net::deprecated::__anon123587460111::UnixDomainListenSocketTestHelper297 const SocketDescriptor sock = CreateClientSocket(); in TEST_F()322 const SocketDescriptor sock = CreateClientSocket(); in TEST_F()
49 rtc::AsyncSocket* CreateClientSocket(int family) { in CreateClientSocket() function158 control_socket_.reset(CreateClientSocket(server_address_.ipaddr().family())); in DoConnect()159 hanging_get_.reset(CreateClientSocket(server_address_.ipaddr().family())); in DoConnect()