Call
Call::Call()
Call*
Call::Create(uint32 proc, const Auth* creds, const Auth* ver)
Call* call = new(std::nothrow) Call;
Call::~Call()
Call::SetXID(uint32 xid)
class Call {
static Call* Create(uint32 proc, const Auth* creds,
~Call();
Call();
Call::Stream()
Server::SendCallAsync(Call* call, Reply** reply, Request** request)
Server::ResendCallAsync(Call* call, Request* request)
status_t SendCallAsync(Call* call, Reply** reply,
status_t ResendCallAsync(Call* call,
fRequest = RPC::Call::Create(fProcedure, RPC::Auth::CreateSys(uid, gid),
RPC::Call*
RPC::Call* fRequest;
RPC::Call* Request();