• Home
  • Raw
  • Download

Lines Matching refs:NodeChannel

154 scoped_refptr<NodeChannel> NodeChannel::Create(  in Create()
163 return new NodeChannel(delegate, std::move(platform_handle), io_task_runner, in Create()
169 Channel::MessagePtr NodeChannel::CreatePortsMessage(size_t payload_size, in CreatePortsMessage()
177 void NodeChannel::GetPortsMessageData(Channel::Message* message, in GetPortsMessageData()
184 void NodeChannel::Start() { in Start()
197 void NodeChannel::ShutDown() { in ShutDown()
211 void NodeChannel::LeakHandleOnShutdown() { in LeakHandleOnShutdown()
218 void NodeChannel::NotifyBadMessage(const std::string& error) { in NotifyBadMessage()
223 void NodeChannel::SetRemoteProcessHandle(base::ProcessHandle process_handle) { in SetRemoteProcessHandle()
235 bool NodeChannel::HasRemoteProcessHandle() { in HasRemoteProcessHandle()
240 base::ProcessHandle NodeChannel::CopyRemoteProcessHandle() { in CopyRemoteProcessHandle()
260 void NodeChannel::SetRemoteNodeName(const ports::NodeName& name) { in SetRemoteNodeName()
265 void NodeChannel::AcceptChild(const ports::NodeName& parent_name, in AcceptChild()
275 void NodeChannel::AcceptParent(const ports::NodeName& token, in AcceptParent()
285 void NodeChannel::AddBrokerClient(const ports::NodeName& client_name, in AddBrokerClient()
304 void NodeChannel::BrokerClientAdded(const ports::NodeName& client_name, in BrokerClientAdded()
318 void NodeChannel::AcceptBrokerClient(const ports::NodeName& broker_name, in AcceptBrokerClient()
332 void NodeChannel::PortsMessage(Channel::MessagePtr message) { in PortsMessage()
336 void NodeChannel::RequestPortMerge(const ports::PortName& connector_port_name, in RequestPortMerge()
347 void NodeChannel::RequestIntroduction(const ports::NodeName& name) { in RequestIntroduction()
355 void NodeChannel::Introduce(const ports::NodeName& name, in Introduce()
368 void NodeChannel::Broadcast(Channel::MessagePtr message) { in Broadcast()
378 void NodeChannel::RelayPortsMessage(const ports::NodeName& destination, in RelayPortsMessage()
421 void NodeChannel::PortsMessageFromRelay(const ports::NodeName& source, in PortsMessageFromRelay()
437 NodeChannel::NodeChannel(Delegate* delegate, in NodeChannel() function in mojo::edk::NodeChannel
451 NodeChannel::~NodeChannel() { in ~NodeChannel()
455 void NodeChannel::OnChannelMessage(const void* payload, in OnChannelMessage()
465 scoped_refptr<NodeChannel> keepalive = this; in OnChannelMessage()
739 void NodeChannel::OnChannelError() { in OnChannelError()
753 void NodeChannel::OnProcessReady(base::ProcessHandle process) { in OnProcessReady()
755 &NodeChannel::ProcessPendingMessagesWithMachPorts, this)); in OnProcessReady()
758 void NodeChannel::ProcessPendingMessagesWithMachPorts() { in ProcessPendingMessagesWithMachPorts()
795 scoped_refptr<NodeChannel> keepalive = this; in ProcessPendingMessagesWithMachPorts()
807 void NodeChannel::WriteChannelMessage(Channel::MessagePtr message) { in WriteChannelMessage()