Searched refs:attached_ports (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/mojo/core/ |
D | invitation_dispatcher.cc | 19 PortMapping attached_ports; in Close() local 25 std::swap(attached_ports, attached_ports_); in Close() 27 for (auto& entry : attached_ports) in Close() 65 PortMapping attached_ports; in TakeAttachedPorts() local 68 std::swap(attached_ports, attached_ports_); in TakeAttachedPorts() 70 return attached_ports; in TakeAttachedPorts()
|
D | core.cc | 194 const std::vector<std::pair<std::string, ports::PortRef>>& attached_ports, in SendBrokerClientInvitation() argument 198 target_process, std::move(connection_params), attached_ports, in SendBrokerClientInvitation() 1370 std::vector<std::pair<std::string, ports::PortRef>> attached_ports; in SendInvitation() local 1375 attached_ports.emplace_back(entry.first, std::move(entry.second)); in SendInvitation() 1381 DCHECK_EQ(attached_ports.size(), 1u); in SendInvitation() 1382 DCHECK_EQ(attached_ports[0].first, kIsolatedInvitationPipeName); in SendInvitation() 1386 attached_ports[0].second, in SendInvitation() 1390 target_process, std::move(connection_params), attached_ports, in SendInvitation()
|
D | core.h | 88 const std::vector<std::pair<std::string, ports::PortRef>>& attached_ports,
|
D | node_controller.h | 83 const std::vector<std::pair<std::string, ports::PortRef>>& attached_ports,
|
D | node_controller.cc | 178 const std::vector<std::pair<std::string, ports::PortRef>>& attached_ports, in SendBrokerClientInvitation() argument 188 for (auto& entry : attached_ports) { in SendBrokerClientInvitation()
|