Searched defs:do_rpc (Results 1 – 13 of 13) sorted by relevance
62 int GET_PROJECT_CONFIG_OP::do_rpc(string master_url) { in do_rpc() function in GET_PROJECT_CONFIG_OP94 int LOOKUP_ACCOUNT_OP::do_rpc(ACCOUNT_IN& ai) { in do_rpc() function in LOOKUP_ACCOUNT_OP154 int CREATE_ACCOUNT_OP::do_rpc(ACCOUNT_IN& ai) { in do_rpc() function in CREATE_ACCOUNT_OP202 int GET_PROJECT_LIST_OP::do_rpc() { in do_rpc() function in GET_PROJECT_LIST_OP
33 int GUI_HTTP::do_rpc( in do_rpc() function in GUI_HTTP
31 int GET_CURRENT_VERSION_OP::do_rpc() { in do_rpc() function in GET_CURRENT_VERSION_OP
56 int ACCT_MGR_OP::do_rpc( in do_rpc() function in ACCT_MGR_OP
231 int LOOKUP_WEBSITE_OP::do_rpc(string& url) { in do_rpc() function in LOOKUP_WEBSITE_OP
288 int TRICKLE_UP_OP::do_rpc(const char* msg) { in do_rpc() function in TRICKLE_UP_OP
75 void do_rpc( string_view s, Handler&& h ) in do_rpc() function
217 void do_rpc( string_view s, Handler&& handler ) in do_rpc() function
355 int RPC::do_rpc(const char* req) { in do_rpc() function in RPC
464 def do_rpc(request, async=false) method in XMLRPC.Client
147 def do_rpc(request, async=false) method in Okay.RPC.Client
633 do_rpc(State = #state{rpc_requests = Q, function
448 def do_rpc(self, *args, **kwargs): function