Home
last modified time | relevance | path

Searched refs:uservice_call (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/uservice/src/
A Duservice.c29 int uservice_call(uservice_t *srv, rpc_t *rpc) in uservice_call() function
73 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()
A Devent_svr.c162 uservice_call(ev_service.svr, &rpc); in event_call()
/AliOS-Things-master/components/uservice/include/uservice/
A Duservice.h162 int uservice_call(uservice_t *srv, rpc_t *rpc);
/AliOS-Things-master/components/uservice/
A DREADME.md105 该函数在调用端执行,当调用者使用 uservice_call 函数调用 rpc时,在处理完 rpc 返回值后,需要调用 rpc_deinit 函数回收 rpc 资源。
179 int uservice_call(uservice_t *srv, rpc_t *rpc);

Completed in 5 milliseconds