Home
last modified time | relevance | path

Searched refs:attached_ports (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/mojo/core/
Dinvitation_dispatcher.cc19 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()
Dcore.cc194 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()
Dcore.h88 const std::vector<std::pair<std::string, ports::PortRef>>& attached_ports,
Dnode_controller.h83 const std::vector<std::pair<std::string, ports::PortRef>>& attached_ports,
Dnode_controller.cc178 const std::vector<std::pair<std::string, ports::PortRef>>& attached_ports, in SendBrokerClientInvitation() argument
188 for (auto& entry : attached_ports) { in SendBrokerClientInvitation()