Home
last modified time | relevance | path

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

/AliOS-Things-master/components/uservice/src/
A Devent_svr.c19 static struct event_call { struct
156 static void event_call(struct event_param *param, int cmd_id, int sync) in event_call() function
175 event_call(&param, CMD_PUBLISH_FD_EVENT, sync); in event_publish_fd()
186 event_call(&param, CMD_SUB_FD_EVENT, 0); in event_subscribe_fd()
196 event_call(&param, CMD_REMOVE_FD_EVENT, 0); in event_unsubscribe_fd()
207 event_call(&param, CMD_PUBLISH_EVENT, 0); in event_publish()
217 event_call(&param, CMD_PUBLISH_EVENT, 0); in event_publish_delay()
228 event_call(&param, CMD_SUB_EVENT, 0); in event_subscribe()
240 event_call(&param, CMD_REMOVE_EVENT, 0); in event_unsubscribe()

Completed in 2 milliseconds