Home
last modified time | relevance | path

Searched refs:desktop_pipe (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/remoting/host/
Dipc_desktop_environment.cc179 IPC::PlatformFileForTransit desktop_pipe) { in OnDesktopSessionAgentAttached() argument
183 base::Unretained(this), terminal_id, desktop_process, desktop_pipe)); in OnDesktopSessionAgentAttached()
190 i->second->AttachToDesktop(desktop_process, desktop_pipe); in OnDesktopSessionAgentAttached()
195 DCHECK(desktop_pipe.auto_close); in OnDesktopSessionAgentAttached()
196 base::File pipe_closer(IPC::PlatformFileForTransitToFile(desktop_pipe)); in OnDesktopSessionAgentAttached()
Ddesktop_process.cc132 IPC::PlatformFileForTransit desktop_pipe; in Start() local
133 if (!desktop_agent_->Start(AsWeakPtr(), &desktop_pipe)) { in Start()
149 new ChromotingDesktopDaemonMsg_DesktopAttached(desktop_pipe)); in Start()
Ddaemon_process_win.cc81 IPC::PlatformFileForTransit desktop_pipe) OVERRIDE;
162 IPC::PlatformFileForTransit desktop_pipe) { in OnDesktopSessionAgentAttached() argument
179 terminal_id, desktop_process_for_transit, desktop_pipe)); in OnDesktopSessionAgentAttached()
Ddesktop_session_proxy.cc215 IPC::PlatformFileForTransit desktop_pipe) { in AttachToDesktop() argument
233 if (!DuplicateHandle(desktop_process_, desktop_pipe, GetCurrentProcess(), in AttachToDesktop()
247 DCHECK(desktop_pipe.auto_close); in AttachToDesktop()
249 IPC::ChannelHandle desktop_channel_handle(std::string(), desktop_pipe); in AttachToDesktop()
Ddesktop_session_connector.h50 IPC::PlatformFileForTransit desktop_pipe) = 0;
Ddesktop_session_win.h98 void OnDesktopSessionAgentAttached(IPC::PlatformFileForTransit desktop_pipe);
Dipc_desktop_environment_unittest.cc160 void OnDesktopAttached(IPC::PlatformFileForTransit desktop_pipe);
409 IPC::PlatformFileForTransit desktop_pipe) { in OnDesktopAttached() argument
413 terminal_id_, base::GetCurrentProcessHandle(), desktop_pipe); in OnDesktopAttached()
Dipc_desktop_environment.h102 IPC::PlatformFileForTransit desktop_pipe) OVERRIDE;
Ddaemon_process.h84 IPC::PlatformFileForTransit desktop_pipe) = 0;
Ddesktop_session_proxy.h90 IPC::PlatformFileForTransit desktop_pipe);
Ddesktop_session_win.cc573 IPC::PlatformFileForTransit desktop_pipe) { in OnDesktopSessionAgentAttached() argument
576 desktop_pipe)) { in OnDesktopSessionAgentAttached()