GenerateUniqueRandomChannelID 191 ipc/ipc_channel.h static std::string GenerateUniqueRandomChannelID(); GenerateUniqueRandomChannelID 1115 ipc/ipc_channel_posix.cc return id.append(GenerateUniqueRandomChannelID()); GenerateUniqueRandomChannelID 514 ipc/ipc_channel_win.cc id.append(GenerateUniqueRandomChannelID()); GenerateUniqueRandomChannelID 248 remoting/host/desktop_process_unittest.cc std::string channel_name = IPC::Channel::GenerateUniqueRandomChannelID(); GenerateUniqueRandomChannelID 369 remoting/host/ipc_desktop_environment_unittest.cc desktop_channel_name_ = IPC::Channel::GenerateUniqueRandomChannelID(); GenerateUniqueRandomChannelID 45 remoting/host/ipc_util_win.cc std::string channel_name = IPC::Channel::GenerateUniqueRandomChannelID(); GenerateUniqueRandomChannelID 557 remoting/host/setup/me2me_native_messaging_host.cc input_pipe_name.append(IPC::Channel::GenerateUniqueRandomChannelID()); GenerateUniqueRandomChannelID 578 remoting/host/setup/me2me_native_messaging_host.cc output_pipe_name.append(IPC::Channel::GenerateUniqueRandomChannelID()); GenerateUniqueRandomChannelID 359 remoting/host/win/worker_process_launcher_unittest.cc channel_name_ = IPC::Channel::GenerateUniqueRandomChannelID(); GenerateUniqueRandomChannelID 374 remoting/host/win/wts_session_process_delegate.cc std::string channel_name = IPC::Channel::GenerateUniqueRandomChannelID();