Searched refs:desktop_pipe (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/remoting/host/ |
D | ipc_desktop_environment.cc | 179 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()
|
D | desktop_process.cc | 132 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()
|
D | daemon_process_win.cc | 81 IPC::PlatformFileForTransit desktop_pipe) OVERRIDE; 162 IPC::PlatformFileForTransit desktop_pipe) { in OnDesktopSessionAgentAttached() argument 179 terminal_id, desktop_process_for_transit, desktop_pipe)); in OnDesktopSessionAgentAttached()
|
D | desktop_session_proxy.cc | 215 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()
|
D | desktop_session_connector.h | 50 IPC::PlatformFileForTransit desktop_pipe) = 0;
|
D | desktop_session_win.h | 98 void OnDesktopSessionAgentAttached(IPC::PlatformFileForTransit desktop_pipe);
|
D | ipc_desktop_environment_unittest.cc | 160 void OnDesktopAttached(IPC::PlatformFileForTransit desktop_pipe); 409 IPC::PlatformFileForTransit desktop_pipe) { in OnDesktopAttached() argument 413 terminal_id_, base::GetCurrentProcessHandle(), desktop_pipe); in OnDesktopAttached()
|
D | ipc_desktop_environment.h | 102 IPC::PlatformFileForTransit desktop_pipe) OVERRIDE;
|
D | daemon_process.h | 84 IPC::PlatformFileForTransit desktop_pipe) = 0;
|
D | desktop_session_proxy.h | 90 IPC::PlatformFileForTransit desktop_pipe);
|
D | desktop_session_win.cc | 573 IPC::PlatformFileForTransit desktop_pipe) { in OnDesktopSessionAgentAttached() argument 576 desktop_pipe)) { in OnDesktopSessionAgentAttached()
|