/AliOS-Things-master/components/amp/engine/duktape_engine/startup/ |
A D | app_entry.c | 36 app_options.object = be_ref(ctx); in native_app_entry() 49 app_options.global_data = be_ref(ctx); in native_app_entry() 64 app_options.on_launch = be_ref(ctx); in native_app_entry() 79 app_options.on_error = be_ref(ctx); in native_app_entry() 94 app_options.on_exit = be_ref(ctx); in native_app_entry()
|
A D | page_entry.c | 188 page_options.object = be_ref(ctx); in native_page_entry() 201 page_options.data = be_ref(ctx); in native_page_entry() 216 page_options.on_show = be_ref(ctx); in native_page_entry() 231 page_options.on_update = be_ref(ctx); in native_page_entry() 246 page_options.on_exit = be_ref(ctx); in native_page_entry()
|
/AliOS-Things-master/components/py_engine/modules/mqtt/ |
A D | module_mqtt.c | 137 mqtt_params->js_cb_ref[MQTT_JSCALLBACK_START_CLIENT_REF] = be_ref(ctx); in native_mqtt_start() 188 js_cb_ref = be_ref(ctx); in native_mqtt_subscribe() 226 js_cb_ref = be_ref(ctx); in native_mqtt_unsubscribe() 282 js_cb_ref = be_ref(ctx); in native_mqtt_publish() 318 js_cb_ref = be_ref(ctx); in native_mqtt_close()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/ |
A D | module_mqtt.c | 132 mqtt_params->js_cb_ref[MQTT_JSCALLBACK_START_CLIENT_REF] = be_ref(ctx); in native_mqtt_start() 183 js_cb_ref = be_ref(ctx); in native_mqtt_subscribe() 220 js_cb_ref = be_ref(ctx); in native_mqtt_unsubscribe() 275 js_cb_ref = be_ref(ctx); in native_mqtt_publish() 310 js_cb_ref = be_ref(ctx); in native_mqtt_close()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/ota/ |
A D | module_appota.c | 101 js_cb_ref = be_ref(ctx); in native_ota_upgrade() 188 js_cb_ref = be_ref(ctx); in native_ota_verify() 274 js_cb_ref = be_ref(ctx); in native_ota_download() 322 js_cb_ref = be_ref(ctx); in native_ota_report() 450 js_cb_ref = be_ref(ctx); in native_ota_init()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/systimer/ |
A D | module_systimer.c | 124 int js_cb_ref = be_ref(ctx); in native_setTimeout() 148 int js_cb_ref = be_ref(ctx); in native_setInterval()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/ |
A D | module_aiot_gateway.c | 536 iot_gateway_handle->js_cb_ref[AIOT_SUBDEV_JSCALLBACK_CREATE_GATEWAY_REF] = be_ref(ctx); in native_aiot_create_gateway() 592 iot_gateway_handle->js_cb_ref[AIOT_SUBDEV_JSCALLBACK_ADD_TOPO_REF] = be_ref(ctx); in native_aiot_addTopo() 635 iot_gateway_handle->js_cb_ref[AIOT_SUBDEV_JSCALLBACK_GET_TOPO_REF] = be_ref(ctx); in native_aiot_getTopo() 687 iot_gateway_handle->js_cb_ref[AIOT_SUBDEV_JSCALLBACK_REMOVE_TOPO_REF] = be_ref(ctx); in native_aiot_removeTopo() 751 iot_gateway_handle->js_cb_ref[AIOT_SUBDEV_JSCALLBACK_REGISTER_SUBDEV_REF] = be_ref(ctx); in native_aiot_registerSubDevice() 814 iot_gateway_handle->js_cb_ref[AIOT_SUBDEV_JSCALLBACK_LOGIN_REF] = be_ref(ctx); in native_aiot_login() 880 iot_gateway_handle->js_cb_ref[AIOT_SUBDEV_JSCALLBACK_LOGOUT_REF] = be_ref(ctx); in native_aiot_logout() 1027 iot_gateway_handle->js_cb_ref[AIOT_SUBDEV_JSCALLBACK_UNSUBSCRIBE_REF] = be_ref(ctx); in native_aiot_unsubscribe() 1101 g_on_message_cb_ref = be_ref(ctx); in native_aiot_on_mqtt_event()
|
A D | module_aiot_device.c | 570 js_cb_ref = be_ref(ctx); in native_aiot_create_device() 617 js_cb_ref = be_ref(ctx); in native_aiot_dynreg() 699 iot_device_handle->js_cb_ref[AIOT_DEV_JSCALLBACK_ONPROPS_REF] = be_ref(ctx); in native_aiot_onProps() 720 iot_device_handle->js_cb_ref[AIOT_DEV_JSCALLBACK_ONSERVICE_REF] = be_ref(ctx); in native_aiot_onService() 883 iot_device_handle->js_cb_ref[AIOT_DEV_JSCALLBACK_END_CLIENT_REF] = be_ref(ctx); in native_aiot_close()
|
/AliOS-Things-master/components/py_engine/modules/network/tcp/ |
A D | module_tcp.c | 147 create_param->js_cb_ref = be_ref(ctx); in native_tcp_create_socket() 278 send_param->js_cb_ref = be_ref(ctx); in native_tcp_send() 403 recv_param->js_cb_ref = be_ref(ctx); in native_tcp_receive()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/tcp/ |
A D | module_tcp.c | 148 create_param->js_cb_ref = be_ref(ctx); in native_tcp_create_socket() 280 send_param->js_cb_ref = be_ref(ctx); in native_tcp_send() 404 recv_param->js_cb_ref = be_ref(ctx); in native_tcp_receive()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/ |
A D | module_bt_host.c | 93 info->conn_js_cb_ref = be_ref(ctx); in native_bt_host_start_adv() 144 info->scan_js_cb_ref = be_ref(ctx); in native_bt_host_start_scan() 256 info->gatts_js_cb_ref = be_ref(ctx); in native_bt_host_add_service()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | be_refs.c | 20 int be_ref(duk_context *ctx) in be_ref() function
|
A D | be_inl.h | 30 int be_ref(duk_context *ctx);
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/keypad/ |
A D | module_keypad.c | 64 keypad_js_cb_ref = be_ref(ctx); in native_keypad_on()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/netmgr/ |
A D | module_netmgr.c | 260 int cb_ref = be_ref(ctx); in native_netmgr_connect() 523 msg_cb_ref = be_ref(ctx); in native_netmgr_set_msg_cb() 554 msg_cb_ref = be_ref(ctx); in native_netmgr_del_msg_cb()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/timer/ |
A D | module_timer.c | 131 js_cb_ref = be_ref(ctx); in native_timer_setTimeout() 234 js_cb_ref = be_ref(ctx); in native_timer_setInterval()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/audio/ |
A D | module_audioplayer.c | 208 param->js_cb_ref = be_ref(ctx); in native_audioplayer_play() 441 audioplayer->js_cb_ref = be_ref(ctx); in native_audioplayer_state_on() 551 param->js_cb_ref = be_ref(ctx); in native_audioplayer_play_list()
|
A D | module_tts.c | 205 tts_js_cb_ref = be_ref(ctx); in native_tts_event_on()
|
A D | module_audioplayer_fibo.c | 65 g_play_cb_js_ref = be_ref(ctx); in native_audioplayer_play()
|
/AliOS-Things-master/components/py_engine/modules/network/udp/ |
A D | module_udp.c | 279 send_param->js_cb_ref = be_ref(ctx); in native_udp_sendto() 424 recv_param->js_cb_ref = be_ref(ctx); in native_udp_recvfrom()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/udp/ |
A D | module_udp.c | 277 send_param->js_cb_ref = be_ref(ctx); in native_udp_sendto() 420 recv_param->js_cb_ref = be_ref(ctx); in native_udp_recvfrom()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/pm/ |
A D | module_pm.c | 170 pm_pwrkey_cb_ref = be_ref(ctx); in native_pm_pwrkey_on()
|
/AliOS-Things-master/components/py_engine/modules/network/http/ |
A D | httputility.c | 334 http_param->js_cb_ref = be_ref(ctx); in native_http_download() 511 http_param->js_cb_ref = be_ref(ctx); in native_http_request()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/http/ |
A D | module_http.c | 326 http_param->js_cb_ref = be_ref(ctx); in native_http_download() 505 http_param->js_cb_ref = be_ref(ctx); in native_http_request()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/wifi/ |
A D | module_wifi.c | 90 int js_cb_ref = be_ref(ctx); in native_wifi_connect()
|