HomeSort by relevance Sort by last modified time
    Searched refs:GetServerPort (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/sandbox/mac/
launchd_interception_server.h 38 mach_port_t server_port() const { return message_server_->GetServerPort(); }
message_server.h 66 virtual mach_port_t GetServerPort() const = 0;
mach_message_server.h 45 virtual mach_port_t GetServerPort() const OVERRIDE;
xpc_message_server.h 39 virtual mach_port_t GetServerPort() const OVERRIDE;
xpc_message_server_unittest.cc 59 if (mach_port_insert_right(mach_task_self(), server_.GetServerPort(),
60 server_.GetServerPort(), MACH_MSG_TYPE_MAKE_SEND) != KERN_SUCCESS) {
63 scoped_send_right_.reset(server_.GetServerPort());
66 pipe_ = xpc_pipe_create_from_port(server_.GetServerPort(), 0);
148 server->GetServerPort());
198 first_server->ForwardMessage(request, second_server->GetServerPort());
xpc_message_server.cc 95 mach_port_t XPCMessageServer::GetServerPort() const {
mach_message_server.cc 149 mach_port_t MachMessageServer::GetServerPort() const {
  /external/chromium_org/net/socket/
tcp_listen_socket_unittest.h 119 int GetServerPort();
tcp_listen_socket_unittest.cc 45 int server_port = GetServerPort();
262 int TCPListenSocketTester::GetServerPort() {

Completed in 50 milliseconds