Searched refs:HasActiveSocketForTesting (Results 1 – 3 of 3) sorted by relevance
107 ASSERT_TRUE(auth_handler_posix_->HasActiveSocketForTesting(socket)); in TEST_F()110 ASSERT_FALSE(auth_handler_posix_->HasActiveSocketForTesting(socket)); in TEST_F()140 ASSERT_TRUE(auth_handler_posix_->HasActiveSocketForTesting(socket)); in TEST_F()148 ASSERT_FALSE(auth_handler_posix_->HasActiveSocketForTesting(socket)); in TEST_F()160 ASSERT_TRUE(auth_handler_posix_->HasActiveSocketForTesting(socket)); in TEST_F()162 ASSERT_FALSE(auth_handler_posix_->HasActiveSocketForTesting(socket)); in TEST_F()
35 bool HasActiveSocketForTesting(net::StreamListenSocket* socket) const;
189 bool GnubbyAuthHandlerPosix::HasActiveSocketForTesting( in HasActiveSocketForTesting() function in remoting::GnubbyAuthHandlerPosix