Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/modules/network/tcp/
A Dmodule_tcp.c65 be_unref(ctx, p->js_cb_ref); in tcp_create_notify()
80 be_unref(ctx, create_param->js_cb_ref); in tcp_create_routine()
173 be_unref(ctx, p->js_cb_ref); in tcp_send_notify()
197 be_unref(ctx, send_param->js_cb_ref); in tcp_send_routine()
307 be_unref(ctx, p->js_cb_ref); in tcp_recv_notify()
328 be_unref(ctx, recv_param->js_cb_ref); in tcp_recv_routine()
348 be_unref(ctx, recv_param->js_cb_ref); in tcp_recv_routine()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/tcp/
A Dmodule_tcp.c65 be_unref(ctx, p->js_cb_ref); in tcp_create_notify()
80 be_unref(ctx, create_param->js_cb_ref); in tcp_create_routine()
175 be_unref(ctx, p->js_cb_ref); in tcp_send_notify()
199 be_unref(ctx, send_param->js_cb_ref); in tcp_send_routine()
309 be_unref(ctx, p->js_cb_ref); in tcp_recv_notify()
330 be_unref(ctx, recv_param->js_cb_ref); in tcp_recv_routine()
349 be_unref(ctx, recv_param->js_cb_ref); in tcp_recv_routine()
/AliOS-Things-master/components/py_engine/modules/network/udp/
A Dmodule_udp.c144 be_unref(ctx, p->js_cb_ref); in udp_send_notify()
169 be_unref(ctx, send_param->js_cb_ref); in udp_send_routine()
319 be_unref(ctx, p->js_cb_ref); in udp_recv_notify()
343 be_unref(ctx, recv_param->js_cb_ref); in udp_recv_routine()
367 be_unref(ctx, recv_param->js_cb_ref); in udp_recv_routine()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/udp/
A Dmodule_udp.c144 be_unref(ctx, p->js_cb_ref); in udp_send_notify()
168 be_unref(ctx, send_param->js_cb_ref); in udp_send_routine()
316 be_unref(ctx, p->js_cb_ref); in udp_recv_notify()
340 be_unref(ctx, recv_param->js_cb_ref); in udp_recv_routine()
363 be_unref(ctx, recv_param->js_cb_ref); in udp_recv_routine()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/audio/
A Dmodule_audioplayer.c129 be_unref(ctx, param->js_cb_ref); in audioplayer_play_cplt_notify()
213 be_unref(ctx, param->js_cb_ref); in native_audioplayer_play()
221 be_unref(ctx, param->js_cb_ref); in native_audioplayer_play()
558 be_unref(ctx, param->js_cb_ref); in native_audioplayer_play_list()
568 be_unref(ctx, param->js_cb_ref); in native_audioplayer_play_list()
579 be_unref(ctx, param->js_cb_ref); in native_audioplayer_play_list()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/systimer/
A Dmodule_systimer.c54 be_unref(ctx, t->js_cb_ref); in timer_action()
110 be_unref(ctx, t->js_cb_ref); in clear_timer()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/wifi/
A Dmodule_wifi.c43 be_unref(ctx, js_cb_ref); in js_cb_wifi_conn_status()
96 be_unref(ctx, js_cb_ref); in native_wifi_connect()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/uart/
A Dmodule_uart.c120 be_unref(ctx, module->js_cb_ref); in uart_add_recv()
136 be_unref(ctx, m->js_cb_ref); in uart_del_recv()
344 be_unref(ctx, mod->js_cb_ref); in native_uart_clean()
/AliOS-Things-master/components/amp/engine/duktape_engine/
A Dbe_refs.c77 void be_unref(duk_context *ctx, int ref) in be_unref() function
A Dbe_inl.h40 void be_unref(duk_context *ctx, int ref);
/AliOS-Things-master/components/py_engine/modules/network/cellular/
A Dmodule_cellular.c194 be_unref(ctx, js_cb_ref); in network_status_callback()
220 be_unref(ctx, js_cb_ref); in native_cellular_onconnect()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/cellular/
A Dmodule_cellular.c194 be_unref(ctx, js_cb_ref); in network_status_callback()
220 be_unref(ctx, js_cb_ref); in native_cellular_onconnect()
/AliOS-Things-master/components/py_engine/modules/mqtt/
A Dmodule_mqtt.c36 be_unref(ctx, in mqtt_handle_notify()
144 be_unref(ctx, mqtt_params->js_cb_ref[MQTT_JSCALLBACK_START_CLIENT_REF]); in native_mqtt_start()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/can/
A Dmodule_can.c240 be_unref(ctx, recv_param->js_cb_ref); in can_recv_routine()
254 be_unref(ctx, recv_param->js_cb_ref); in can_recv_routine()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/
A Dmodule_mqtt.c34 be_unref(ctx, amp_mqtt_handle->js_cb_ref[MQTT_JSCALLBACK_START_CLIENT_REF]); in mqtt_handle_notify()
139 be_unref(ctx, mqtt_params->js_cb_ref[MQTT_JSCALLBACK_START_CLIENT_REF]); in native_mqtt_start()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/
A Dmodule_aiot_dynreg.c42 be_unref(ctx, js_cb_ref); in aiot_app_dynreg_recv_handler()
A Dmodule_aiot_gateway.c166 be_unref(ctx, param->js_cb_ref); in aiot_subdev_notify()
174 be_unref(ctx, param->js_cb_ref); in aiot_subdev_notify()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/netmgr/
A Dmodule_netmgr.c67 be_unref(ctx, cb_ref); in js_cb_conn_status()
270 be_unref(ctx, cb_ref); in native_netmgr_connect()
/AliOS-Things-master/components/amp/engine/duktape_engine/startup/
A Dpage_entry.c308 be_unref(ctx, options->object); in page_exit()
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttputility.c143 be_unref(ctx, msg->js_cb_ref); in http_request_notify()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/
A Dmodule_http.c150 be_unref(ctx, msg->js_cb_ref); in http_request_notify()

Completed in 34 milliseconds