Searched refs:socket_b_up (Results 1 – 3 of 3) sorted by relevance
84 std::unique_ptr<DomainSocket> socket_b_up; in TEST_P() local93 std::unique_ptr<TCPSocket> socket_b_up; in TEST_P() local95 &socket_b_up); in TEST_P()100 std::unique_ptr<TCPSocket> socket_b_up; in TEST_P() local104 &socket_b_up); in TEST_P()107 socket_b_up->GetRemotePortNumber()); in TEST_P()108 EXPECT_EQ(socket_b_up->GetLocalPortNumber(), in TEST_P()111 socket_b_up->GetLocalPortNumber()); in TEST_P()141 std::unique_ptr<TCPSocket> socket_b_up; in TEST_P() local145 &socket_b_up); in TEST_P()[all …]
69 std::unique_ptr<TCPSocket> *socket_b_up) { in CreateTCPConnectedSockets() argument80 socket_a_up, socket_b_up); in CreateTCPConnectedSockets()87 std::unique_ptr<DomainSocket> *socket_b_up) { in CreateDomainConnectedSockets() argument90 socket_b_up); in CreateDomainConnectedSockets()
24 std::unique_ptr<TCPSocket> socket_b_up; in TestGetURI() local25 CreateTCPConnectedSockets(ip, &socket_a_up, &socket_b_up); in TestGetURI()