Home
last modified time | relevance | path

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

/external/chromium_org/remoting/host/
Dgnubby_auth_handler_posix.cc89 GnubbyAuthHandlerPosix::GnubbyAuthHandlerPosix( in GnubbyAuthHandlerPosix() function in remoting::GnubbyAuthHandlerPosix
95 GnubbyAuthHandlerPosix::~GnubbyAuthHandlerPosix() { in ~GnubbyAuthHandlerPosix()
102 return scoped_ptr<GnubbyAuthHandler>(new GnubbyAuthHandlerPosix(client_stub)); in Create()
111 void GnubbyAuthHandlerPosix::DeliverClientMessage(const std::string& message) { in DeliverClientMessage()
161 void GnubbyAuthHandlerPosix::DeliverHostDataMessage( in DeliverHostDataMessage()
189 bool GnubbyAuthHandlerPosix::HasActiveSocketForTesting( in HasActiveSocketForTesting()
196 int GnubbyAuthHandlerPosix::GetConnectionIdForTesting( in GetConnectionIdForTesting()
203 GnubbySocket* GnubbyAuthHandlerPosix::GetGnubbySocketForTesting( in GetGnubbySocketForTesting()
210 void GnubbyAuthHandlerPosix::DidAccept( in DidAccept()
218 base::Bind(&GnubbyAuthHandlerPosix::RequestTimedOut, in DidAccept()
[all …]
Dgnubby_auth_handler_posix.h28 class GnubbyAuthHandlerPosix : public GnubbyAuthHandler,
32 explicit GnubbyAuthHandlerPosix(protocol::ClientStub* client_stub);
33 virtual ~GnubbyAuthHandlerPosix();
83 DISALLOW_COPY_AND_ASSIGN(GnubbyAuthHandlerPosix);
Dgnubby_auth_handler_posix_unittest.cc61 scoped_ptr<GnubbyAuthHandlerPosix> auth_handler_posix_;
79 auth_handler_posix_.reset(new GnubbyAuthHandlerPosix(&client_stub_)); in SetUp()