Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodlinkkit.c58 static mp_obj_t on_connected; variable
113 if (mp_obj_is_fun(on_connected)) { in demo_mqtt_event_handler()
114 mp_call_function_0(on_connected); in demo_mqtt_event_handler()
386 if (mp_obj_is_fun(on_connected)) { in user_connected_event_handler()
387 mp_call_function_0(on_connected); in user_connected_event_handler()
398 if (mp_obj_is_fun(on_connected)) { in user_disconnected_event_handler()
555 on_connected = func; in register_call_back()
/AliOS-Things-master/components/websocket/include/
A Drws_socket.h98 rws_on_socket on_connected; member
/AliOS-Things-master/components/websocket/src/
A Drws_socketpub.c332 socket->on_connected = callback; in rws_socket_set_on_connected()
A Drws_socketpriv.c656 if (s->on_connected) { in rws_socket_work_th_func()
657 s->on_connected(s); in rws_socket_work_th_func()

Completed in 11 milliseconds