Home
last modified time | relevance | path

Searched refs:HasActiveSocketForTesting (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/remoting/host/
Dgnubby_auth_handler_posix_unittest.cc107 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()
Dgnubby_auth_handler_posix.h35 bool HasActiveSocketForTesting(net::StreamListenSocket* socket) const;
Dgnubby_auth_handler_posix.cc189 bool GnubbyAuthHandlerPosix::HasActiveSocketForTesting( in HasActiveSocketForTesting() function in remoting::GnubbyAuthHandlerPosix