Lines Matching refs:event
56 static void at_connect_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, s…
241 static void at_do_event_changes(struct at_socket *sock, at_event_t event, rt_bool_t is_plus) in at_do_event_changes() argument
243 switch (event) in at_do_event_changes()
294 LOG_E("Not supported event (%d)", event); in at_do_event_changes()
298 static void at_do_event_clean(struct at_socket *sock, at_event_t event) in at_do_event_clean() argument
300 switch (event) in at_do_event_clean()
318 LOG_E("Not supported event (%d)", event); in at_do_event_clean()
501 static void at_recv_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, size…
502 static void at_closed_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, si…
740 static void at_connect_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, s… in at_connect_notice_cb() argument
744 RT_ASSERT(event == AT_SOCKET_EVT_CONNECTED); in at_connect_notice_cb()
806 static void at_recv_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, size… in at_recv_notice_cb() argument
809 RT_ASSERT(event == AT_SOCKET_EVT_RECV); in at_recv_notice_cb()
833 static void at_closed_notice_cb(struct at_socket *sock, at_socket_evt_t event, const char *buff, si… in at_closed_notice_cb() argument
835 RT_ASSERT(event == AT_SOCKET_EVT_CLOSED); in at_closed_notice_cb()