Searched refs:MachRendezvousPort (Results 1 – 6 of 6) sorted by relevance
/external/cronet/base/mac/ |
D | mach_port_rendezvous.h | 45 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);
|
D | mach_port_rendezvous.cc | 51 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 …]
|
D | mach_port_rendezvous_unittest.cc | 75 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()
|
D | mach_port_rendezvous_fuzzer.cc | 46 getpid(), {std::make_pair(0xbadbeef, base::MachRendezvousPort{ in DEFINE_BINARY_PROTO_FUZZER()
|
/external/cronet/base/process/ |
D | launch.h | 42 class MachRendezvousPort; variable 43 using MachPortsForRendezvous = std::map<uint32_t, MachRendezvousPort>;
|
/external/cronet/base/metrics/ |
D | field_trial.cc | 1075 MachRendezvousPort(shm.GetPlatformHandle(), MACH_MSG_TYPE_COPY_SEND)); in SerializeSharedMemoryRegionMetadata()
|