Home
last modified time | relevance | path

Searched refs:GetBrokerChannel (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/
Dnode_controller.cc455 scoped_refptr<NodeChannel> NodeController::GetBrokerChannel() { in GetBrokerChannel() function in mojo::core::NodeController
580 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); in SendPeerEvent()
603 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); in SendPeerEvent()
623 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); in SendPeerEvent()
703 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); in BroadcastEvent()
794 scoped_refptr<NodeChannel> broker = GetBrokerChannel(); in OnAcceptInvitation()
870 if (GetBrokerChannel() != GetPeerChannel(from_node)) { in OnBrokerClientAdded()
1104 if (GetBrokerChannel()) { in OnRelayEventMessage()
1127 if (GetPeerChannel(from_node) != GetBrokerChannel()) { in OnEventMessageFromRelay()
Dnode_controller.h173 scoped_refptr<NodeChannel> GetBrokerChannel();