Home
last modified time | relevance | path

Searched refs:be_ref (Results 1 – 25 of 33) sorted by relevance

12

/AliOS-Things-master/components/amp/engine/duktape_engine/startup/
A Dapp_entry.c36 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 Dpage_entry.c188 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 Dmodule_mqtt.c137 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 Dmodule_mqtt.c132 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 Dmodule_appota.c101 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 Dmodule_systimer.c124 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 Dmodule_aiot_gateway.c536 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 Dmodule_aiot_device.c570 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 Dmodule_tcp.c147 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 Dmodule_tcp.c148 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 Dmodule_bt_host.c93 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 Dbe_refs.c20 int be_ref(duk_context *ctx) in be_ref() function
A Dbe_inl.h30 int be_ref(duk_context *ctx);
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/keypad/
A Dmodule_keypad.c64 keypad_js_cb_ref = be_ref(ctx); in native_keypad_on()
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/netmgr/
A Dmodule_netmgr.c260 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 Dmodule_timer.c131 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 Dmodule_audioplayer.c208 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 Dmodule_tts.c205 tts_js_cb_ref = be_ref(ctx); in native_tts_event_on()
A Dmodule_audioplayer_fibo.c65 g_play_cb_js_ref = be_ref(ctx); in native_audioplayer_play()
/AliOS-Things-master/components/py_engine/modules/network/udp/
A Dmodule_udp.c279 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 Dmodule_udp.c277 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 Dmodule_pm.c170 pm_pwrkey_cb_ref = be_ref(ctx); in native_pm_pwrkey_on()
/AliOS-Things-master/components/py_engine/modules/network/http/
A Dhttputility.c334 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 Dmodule_http.c326 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 Dmodule_wifi.c90 int js_cb_ref = be_ref(ctx); in native_wifi_connect()

Completed in 27 milliseconds

12