Searched refs:uservice_call (Results 1 – 4 of 4) sorted by relevance
29 int uservice_call(uservice_t *srv, rpc_t *rpc) in uservice_call() function73 ret = uservice_call(srv, &rpc); in uservice_call_sync()101 ret = uservice_call(srv, &rpc); in uservice_call_async()152 uservice_call(srv, &rpc); in uservice_event_process()
162 uservice_call(ev_service.svr, &rpc); in event_call()
162 int uservice_call(uservice_t *srv, rpc_t *rpc);
105 该函数在调用端执行,当调用者使用 uservice_call 函数调用 rpc时,在处理完 rpc 返回值后,需要调用 rpc_deinit 函数回收 rpc 资源。179 int uservice_call(uservice_t *srv, rpc_t *rpc);
Completed in 4 milliseconds