Home
last modified time | relevance | path

Searched refs:callback_to_python (Results 1 – 25 of 28) sorted by relevance

12

/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dutility.h14 void callback_to_python(mp_obj_t function, mp_obj_t arg);
A Dutility.c31 void callback_to_python(mp_obj_t function, mp_obj_t arg) { in callback_to_python() function
A Dmachine_sw_timer.c102 callback_to_python(self->callback, self); in machine_soft_timer_isr()
A Dmachine_timer.c121 callback_to_python(self->callback, self); in machine_timer_isr()
A Dmachine_pin.c89 callback_to_python(self->callback, self); in machine_pin_isr_handler()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dutility.h14 void callback_to_python(mp_obj_t function, mp_obj_t arg);
A Dutility.c31 void callback_to_python(mp_obj_t function, mp_obj_t arg) { in callback_to_python() function
A Dmachine_sw_timer.c102 callback_to_python(self->callback, self); in machine_soft_timer_isr()
A Dmachine_timer.c121 callback_to_python(self->callback, self); in machine_timer_isr()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dutility.h17 void callback_to_python(mp_obj_t function, mp_obj_t arg);
A Dutility.c31 void callback_to_python(mp_obj_t function, mp_obj_t arg) in callback_to_python() function
A Dmachine_sw_timer.c80 callback_to_python(callback, self); in machine_soft_timer_isr()
A Dmachine_timer.c77 callback_to_python(callback, self); in machine_timer_isr()
/AliOS-Things-master/components/py_engine/modules/aliyunIoT/
A Dmodule_aiot_dynreg.c38 callback_to_python( in pyamp_aiot_app_dynreg_recv_handler()
161 callback_to_python( in pyamp_aiot_dynreg_http()
A Dmodule_aiot_device.c132 callback_to_python(iot_device_handle->callback[ON_SUBCRIBE], ret_dict); in subcribe_cb()
171 callback_to_python(param->iot_device_handle->callback[ON_PROPS], in aiot_device_notify()
199 callback_to_python( in aiot_device_notify()
215 callback_to_python(param->iot_device_handle->callback[ON_RAWDATA], dict); in aiot_device_notify()
232 callback_to_python(param->iot_device_handle->callback[param->cb_type], in aiot_device_notify()
A Dmodlinkkit.c207 callback_to_python( in demo_dm_recv_handler()
253 callback_to_python(on_async_service, dict); in demo_dm_recv_handler()
A Dmodule_aiot_gateway.c147 callback_to_python(iot_gateway_handle->callback[ON_SUBCRIBE], dict); in subcribe_cb()
172 callback_to_python(param->iot_gateway_handle->callback[param->cb_type], in aiot_subdev_notify()
186 callback_to_python(param->iot_gateway_handle->callback[param->cb_type], dict); in aiot_subdev_notify()
202 callback_to_python(param->iot_gateway_handle->callback[param->cb_type], dict); in aiot_subdev_notify()
A Dmodule_aiot_ntp.c55 callback_to_python(param->cb, dict); in aiot_device_ntp_notify()
/AliOS-Things-master/components/py_engine/modules/audio/
A Duvoicetts.c77 callback_to_python(callback_event, event_dict); in alicoud_tts_event()
89 callback_to_python(callback_data, data_dict); in alicloud_tts_recv_data()
96 callback_to_python(callback_url, mp_obj_new_str(tts_url, strlen(tts_url))); in alicloud_tts_recv_url()
/AliOS-Things-master/components/py_engine/modules/ota/
A Dmodappota.c59 callback_to_python(ota_on_upgrade, in ota_install_notify()
151 callback_to_python(ota_on_verify, in ota_verify_notify()
254 callback_to_python(ota_on_download, in ota_download_notify()
413 callback_to_python(ota_on_trigger, dict); in ota_trigger_notify()
/AliOS-Things-master/components/py_engine/modules/ble/
A Dmodble.c24 callback_to_python(cb_chara_written, data_bytes); in native_bt_host_gatts_handle_write()
36 callback_to_python(cb_net_status, data_dict); in py_ble_event_notify()
/AliOS-Things-master/components/py_engine/modules/ai_agent/
A Daiagent.c120 callback_to_python(aiagent_obj->callback, mp_const_none); in aiagent_python_cb()
/AliOS-Things-master/components/py_engine/modules/driver/
A Dtimer.c102 callback_to_python(callback, self); in driver_timer_isr()
A Dgpio.c40 callback_to_python(self->callback, self); in gpio_driver_irq_handler()
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dmodhttp.c160 callback_to_python(msg->cb, dict); in http_request_notify()
171 callback_to_python(msg->cb, in http_download_notify()

Completed in 35 milliseconds

12