Home
last modified time | relevance | path

Searched refs:OnClientConnected (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/remoting/host/
Dlog_to_server_unittest.cc164 log_to_server_->OnClientConnected(kClientJid1); in TEST_F()
174 log_to_server_->OnClientConnected(kClientJid1); in TEST_F()
197 log_to_server_->OnClientConnected(kClientJid1); in TEST_F()
202 log_to_server_->OnClientConnected(kClientJid2); in TEST_F()
245 log_to_server_->OnClientConnected(kClientJid1); in TEST_F()
251 log_to_server_->OnClientConnected(kClientJid2); in TEST_F()
Ddaemon_process.cc114 OnClientConnected) in OnMessageReceived()
307 void DaemonProcess::OnClientConnected(const std::string& jid) { in OnClientConnected() function in remoting::DaemonProcess
311 OnClientConnected(jid)); in OnClientConnected()
Dhost_status_observer.h36 virtual void OnClientConnected(const std::string& jid) {} in OnClientConnected() function
Dipc_host_event_logger.h39 virtual void OnClientConnected(const std::string& jid) OVERRIDE;
Dlog_to_server.h57 virtual void OnClientConnected(const std::string& jid) OVERRIDE;
Dipc_host_event_logger.cc43 void IpcHostEventLogger::OnClientConnected(const std::string& jid) { in OnClientConnected() function in remoting::IpcHostEventLogger
Dlog_to_server.cc73 void LogToServer::OnClientConnected(const std::string& jid) { in OnClientConnected() function in remoting::LogToServer
Ddaemon_process.h120 void OnClientConnected(const std::string& jid);
Dhost_mock_objects.h119 MOCK_METHOD1(OnClientConnected, void(const std::string& jid));
Dchromoting_host.cc210 OnClientConnected(client->client_jid())); in OnSessionChannelsConnected()
/external/chromium_org/remoting/protocol/
Dauthenticator_test_base.cc97 base::Bind(&AuthenticatorTestBase::OnClientConnected, in RunChannelAuth()
144 void AuthenticatorTestBase::OnClientConnected( in OnClientConnected() function in remoting::protocol::AuthenticatorTestBase
Dssl_hmac_channel_authenticator_unittest.cc79 base::Bind(&SslHmacChannelAuthenticatorTest::OnClientConnected, in RunChannelAuth()
118 void OnClientConnected(net::Error error, in OnClientConnected() function in remoting::protocol::SslHmacChannelAuthenticatorTest
Dauthenticator_test_base.h52 void OnClientConnected(net::Error error,
/external/chromium_org/ipc/
Dipc_channel_factory.h26 virtual void OnClientConnected(const ChannelHandle& handle) = 0;
Dipc_channel_factory.cc69 delegate_->OnClientConnected(handle); in OnFileCanReadWithoutBlocking()
/external/chromium_org/tools/android/forwarder2/
Ddaemon.h40 virtual void OnClientConnected(scoped_ptr<Socket> client_socket) = 0;
Ddevice_forwarder_main.cc80 virtual void OnClientConnected(scoped_ptr<Socket> client_socket) OVERRIDE { in OnClientConnected() function in forwarder2::__anon072af5850111::ServerDelegate
Ddaemon.cc73 server_delegate->OnClientConnected(client_socket.Pass()); in RunServerAcceptLoop()
/external/chromium_org/apps/app_shim/
Dapp_shim_host_manager_mac.h48 virtual void OnClientConnected(const IPC::ChannelHandle& handle) OVERRIDE;
Dapp_shim_host_manager_mac.mm84 void AppShimHostManager::OnClientConnected( function
/external/chromium_org/content/test/
Dmock_google_streaming_server.h25 virtual void OnClientConnected() = 0;
Dmock_google_streaming_server.cc67 delegate_->OnClientConnected(); in OnRequestStart()
/external/chromium_org/components/breakpad/tools/
Dcrash_service.h87 static void OnClientConnected(void* context,
Dcrash_service.cc226 &CrashService::OnClientConnected, this, in Initialize()
285 void CrashService::OnClientConnected(void* context, in OnClientConnected() function in breakpad::CrashService
/external/chromium_org/content/browser/speech/
Dspeech_recognition_browsertest.cc47 virtual void OnClientConnected() OVERRIDE { in OnClientConnected() function in content::SpeechRecognitionBrowserTest

12