Home
last modified time | relevance | path

Searched defs:callback (Results 1 – 25 of 133) sorted by relevance

123456

/AliOS-Things-master/components/py_engine/tests/micropython/
A Dschedule.py14 def callback(arg): function
54 def callback(arg): function
/AliOS-Things-master/components/websocket/src/
A Drws_socketpub.c330 void rws_socket_set_on_connected(rws_socket socket, rws_on_socket callback) { in rws_socket_set_on_connected()
336 void rws_socket_set_on_disconnected(rws_socket socket, rws_on_socket callback) { in rws_socket_set_on_disconnected()
342 void rws_socket_set_on_received_text(rws_socket socket, rws_on_socket_recvd_text callback) { in rws_socket_set_on_received_text()
348 void rws_socket_set_on_received_bin(rws_socket socket, rws_on_socket_recvd_bin callback) { in rws_socket_set_on_received_bin()
364 void rws_socket_set_on_received_pong(rws_socket socket, rws_on_socket_recvd_pong callback) { in rws_socket_set_on_received_pong()
370 void rws_socket_set_on_send_ping(rws_socket socket, rws_on_socket_send_ping callback) { in rws_socket_set_on_send_ping()
/AliOS-Things-master/components/amp/jslib/src/
A Daudioplayer.js10 static play(source, callback) { argument
55 static listPlay(sourcelist, callback) { argument
/AliOS-Things-master/components/SDL2/src/audio/emscripten/
A DSDL_emscriptenaudio.c55 SDL_AudioCallback callback = this->callbackspec.callback; in HandleAudioProcess() local
93 SDL_AudioCallback callback = this->callbackspec.callback; in HandleCaptureProcess() local
/AliOS-Things-master/components/SDL2/src/
A DSDL_hints.c32 SDL_HintCallback callback; member
142 SDL_AddHintCallback(const char *name, SDL_HintCallback callback, void *userdata) in SDL_AddHintCallback()
198 SDL_DelHintCallback(const char *name, SDL_HintCallback callback, void *userdata) in SDL_DelHintCallback()
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPServer.c219 CoAPRecvMsgHandler callback) in CoAPServer_register()
231 unsigned short len, CoAPSendMsgHandler callback, in CoAPServerMultiCast_send()
268 const char *paths, CoAPSendMsgHandler callback, in CoAPServerResp_send()
A DCoAPResource.c75 CoAPRecvMsgHandler callback) in CoAPResource_create()
118 unsigned int maxage, CoAPRecvMsgHandler callback) in CoAPResource_register()
A DCoAPResource.h23 CoAPRecvMsgHandler callback; member
/AliOS-Things-master/components/linkkit/dev_model/client/
A Ddm_client_adapter.h7 void *callback; member
A Ddm_client_adapter.c62 int dm_client_subscribe(char *uri, iotx_cm_data_handle_cb callback, in dm_client_subscribe()
109 iotx_cm_data_handle_cb callback) in dm_client_publish()
A Ddm_client.h8 void *callback; member
/AliOS-Things-master/components/csi/csi2/include/drv/
A Dgpio_pin.h35 void (*callback)(csi_gpio_pin_t *pin, void *arg); member
A Dtimer.h26 void (*callback)(csi_timer_t *timer, void *arg); member
A Dwdt.h26 void (*callback)(csi_wdt_t *wdt, void *arg); member
A Dmbox.h31 …void (*callback)(csi_mbox_t *mbox, csi_mbox_event_t event, uint32_t channel_id, uint32_t received_… member
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_imageiter.c263 ImageIterTileContigRoutine callback = img->callback.contig; in gtTileContig() local
311 ImageIterTileSeparateRoutine callback = img->callback.separate; in gtTileSeparate() local
378 ImageIterTileContigRoutine callback = img->callback.contig; in gtStripContig() local
417 ImageIterTileSeparateRoutine callback = img->callback.separate; in gtStripSeparate() local
/AliOS-Things-master/components/amp-utility/python/
A DTts.py29 def callback(type, cbfun): function
/AliOS-Things-master/components/linkkit/dev_model/server/
A Ddm_server.h9 CoAPRecvMsgHandler callback; member
/AliOS-Things-master/components/uvoice/application/comb/include/
A Duvoice_comb.h15 void (*callback)(void *args, int event); member
/AliOS-Things-master/hardware/chip/rtl872xd/release/aos_burn_tool/
A Dymodem.py137 def send_file(self, file_path, retry=20, callback=None): argument
172 def send(self, data_stream, data_name, data_size, retry=20, callback=None): argument
341 def recv_file(self, root_path, callback=None): argument
/AliOS-Things-master/hardware/chip/haas1000/release/aos_burn_tool/
A Dymodem.py137 def send_file(self, file_path, retry=20, callback=None): argument
172 def send(self, data_stream, data_name, data_size, retry=20, callback=None): argument
327 def recv_file(self, root_path, callback=None): argument
/AliOS-Things-master/components/amp/main/
A Damp_task.h26 amp_engine_call_t callback; member
/AliOS-Things-master/components/py_engine/external/amp_task/
A Damp_task.h26 amp_engine_call_t callback; member
/AliOS-Things-master/components/SDL2/test/
A Dtesttimer.c34 callback(Uint32 interval, void *param) in callback() function
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodule_aiot.h159 mp_obj_t *callback; member
166 mp_obj_t *callback; member
199 void (*callback)(iot_mqtt_message_t *message, void *userdata); member

Completed in 49 milliseconds

123456