HomeSort by relevance Sort by last modified time
    Searched defs:NewClient (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/src/net/rpc/jsonrpc/
client.go 110 // NewClient returns a new rpc.Client to handle requests to the
112 func NewClient(conn io.ReadWriteCloser) *rpc.Client {
122 return NewClient(conn), err
  /prebuilts/go/linux-x86/src/net/rpc/jsonrpc/
client.go 110 // NewClient returns a new rpc.Client to handle requests to the
112 func NewClient(conn io.ReadWriteCloser) *rpc.Client {
122 return NewClient(conn), err
  /prebuilts/go/darwin-x86/src/net/rpc/
client.go 184 // NewClient returns a new Client to handle requests to the
188 func NewClient(conn io.ReadWriteCloser) *Client {
194 // NewClientWithCodec is like NewClient but uses the specified
254 return NewClient(conn), nil
274 return NewClient(conn), nil
  /prebuilts/go/darwin-x86/src/net/smtp/
smtp.go 57 return NewClient(conn, host)
60 // NewClient returns a new Client using an existing connection and host as a
62 func NewClient(conn net.Conn, host string) (*Client, error) {
  /prebuilts/go/linux-x86/src/net/rpc/
client.go 184 // NewClient returns a new Client to handle requests to the
188 func NewClient(conn io.ReadWriteCloser) *Client {
194 // NewClientWithCodec is like NewClient but uses the specified
254 return NewClient(conn), nil
274 return NewClient(conn), nil
  /prebuilts/go/linux-x86/src/net/smtp/
smtp.go 57 return NewClient(conn, host)
60 // NewClient returns a new Client using an existing connection and host as a
62 func NewClient(conn net.Conn, host string) (*Client, error) {
  /system/core/fastboot/
socket.cpp 126 // Only servers need to remember addresses; clients are connected to a server in NewClient()
246 std::unique_ptr<Socket> Socket::NewClient(Protocol protocol, const std::string& host, int port,

Completed in 80 milliseconds