Home
last modified time | relevance | path

Searched refs:PortMapping (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/core/
Dinvitation_dispatcher.h33 using PortMapping = base::flat_map<std::string, ports::PortRef>; variable
34 PortMapping TakeAttachedPorts();
41 PortMapping attached_ports_;
Dinvitation_dispatcher.cc19 PortMapping attached_ports; in Close()
64 InvitationDispatcher::PortMapping InvitationDispatcher::TakeAttachedPorts() { in TakeAttachedPorts()
65 PortMapping attached_ports; in TakeAttachedPorts()
Dcore.cc1371 InvitationDispatcher::PortMapping attached_port_map = in SendInvitation()