Home
last modified time | relevance | path

Searched refs:MachRendezvousPort (Results 1 – 6 of 6) sorted by relevance

/external/cronet/base/mac/
Dmach_port_rendezvous.h45 class BASE_EXPORT MachRendezvousPort {
47 MachRendezvousPort() = default;
49 MachRendezvousPort(mach_port_t name, mach_msg_type_name_t disposition);
51 explicit MachRendezvousPort(mac::ScopedMachSendRight send_right);
53 explicit MachRendezvousPort(mac::ScopedMachReceiveRight receive_right);
59 ~MachRendezvousPort();
77 using MachPortsForRendezvous = std::map<uint32_t, MachRendezvousPort>;
210 MachRendezvousPort PortForKey(MachPortsForRendezvous::key_type key);
Dmach_port_rendezvous.cc51 MachRendezvousPort::MachRendezvousPort(mach_port_t name, in MachRendezvousPort() function in base::MachRendezvousPort
62 MachRendezvousPort::MachRendezvousPort(mac::ScopedMachSendRight send_right) in MachRendezvousPort() function in base::MachRendezvousPort
65 MachRendezvousPort::MachRendezvousPort( in MachRendezvousPort() function in base::MachRendezvousPort
70 MachRendezvousPort::~MachRendezvousPort() = default;
72 void MachRendezvousPort::Destroy() { in Destroy()
247 const MachRendezvousPort& port_for_rendezvous = port_it->second; in CreateReplyMessage()
282 MachRendezvousPort port = PortForKey(key); in TakeSendRight()
291 MachRendezvousPort port = PortForKey(key); in TakeReceiveRight()
372 MachRendezvousPort rendezvous_port(descriptors[i].name, in SendRequest()
380 MachRendezvousPort MachPortRendezvousClient::PortForKey( in PortForKey()
[all …]
Dmach_port_rendezvous_unittest.cc75 MachRendezvousPort rendezvous_port(port.get(), MACH_MSG_TYPE_MAKE_SEND); in TEST_F()
136 MachRendezvousPort rendezvous_port(port.get(), MACH_MSG_TYPE_MAKE_SEND); in TEST_F()
207 MachRendezvousPort rendezvous_port(port, test.disposition); in TEST_F()
Dmach_port_rendezvous_fuzzer.cc46 getpid(), {std::make_pair(0xbadbeef, base::MachRendezvousPort{ in DEFINE_BINARY_PROTO_FUZZER()
/external/cronet/base/process/
Dlaunch.h42 class MachRendezvousPort; variable
43 using MachPortsForRendezvous = std::map<uint32_t, MachRendezvousPort>;
/external/cronet/base/metrics/
Dfield_trial.cc1075 MachRendezvousPort(shm.GetPlatformHandle(), MACH_MSG_TYPE_COPY_SEND)); in SerializeSharedMemoryRegionMetadata()