/AliOS-Things-master/components/amp/engine/duktape_engine/startup/ |
A D | page_entry.c | 269 be_push_ref(ctx, options->on_show); in page_entry() 297 be_push_ref(ctx, options->on_exit); in page_exit() 325 be_push_ref(ctx, options->on_update); in page_update()
|
A D | app_entry.c | 108 be_push_ref(ctx, app_options.on_launch); in app_entry()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/paybox/ |
A D | module_paybox.c | 111 be_push_ref(ctx, g_paybox_module.js_cb_ref); in native_paybox_event_notify() 143 be_push_ref(ctx, g_paybox_module.js_cb_ref); in native_paybox_event_init_notify() 177 be_push_ref(ctx, g_paybox_module.js_cb_ref); in native_paybox_event_login_notify() 212 be_push_ref(ctx, g_paybox_module.js_cb_ref); in native_paybox_event_trade_notify()
|
/AliOS-Things-master/components/py_engine/modules/network/tcp/ |
A D | module_tcp.c | 59 be_push_ref(ctx, p->js_cb_ref); in tcp_create_notify() 167 be_push_ref(ctx, p->js_cb_ref); in tcp_send_notify() 292 be_push_ref(ctx, p->js_cb_ref); in tcp_recv_notify()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/tcp/ |
A D | module_tcp.c | 59 be_push_ref(ctx, p->js_cb_ref); in tcp_create_notify() 169 be_push_ref(ctx, p->js_cb_ref); in tcp_send_notify() 294 be_push_ref(ctx, p->js_cb_ref); in tcp_recv_notify()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/ota/ |
A D | module_appota.c | 41 be_push_ref(ctx, ota_package_info->js_cb_ref); in ota_install_notify() 130 be_push_ref(ctx, ota_package_info->js_cb_ref); in ota_verify_notify() 226 be_push_ref(ctx, ota_package_info->js_cb_ref); in ota_download_notify() 339 be_push_ref(ctx, ota_package_info->js_cb_ref); in ota_trigger_notify()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/ |
A D | module_bt_host.c | 308 be_push_ref(ctx, info->conn_js_cb_ref); in native_bt_host_conn_handle() 326 be_push_ref(ctx, info->scan_js_cb_ref); in native_bt_host_scan_handle() 347 be_push_ref(ctx, info->gatts_js_cb_ref); in native_bt_host_gatts_handle_write()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/ |
A D | be_refs.c | 61 void be_push_ref(duk_context *ctx, int ref) in be_push_ref() function
|
A D | be_inl.h | 35 void be_push_ref(duk_context *ctx, int ref);
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/keypad/ |
A D | module_keypad.c | 32 be_push_ref(ctx, keypad_js_cb_ref); in keypad_notify_callback()
|
/AliOS-Things-master/components/py_engine/modules/network/cellular/ |
A D | module_cellular.c | 111 be_push_ref(ctx, g_js_cb_ref); in cellInfo_receive_callback() 176 be_push_ref(ctx, p->js_cb_ref); in network_status_notify()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/hardware/timer/ |
A D | module_timer.c | 88 be_push_ref(ctx, js_cb_ref); in native_timer_timeout_handler() 190 be_push_ref(ctx, js_cb_ref); in native_timer_interval_handler()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/cellular/ |
A D | module_cellular.c | 112 be_push_ref(ctx, g_js_cb_ref); in cellInfo_receive_callback() 177 be_push_ref(ctx, p->js_cb_ref); in network_status_notify()
|
/AliOS-Things-master/components/py_engine/modules/network/udp/ |
A D | module_udp.c | 138 be_push_ref(ctx, p->js_cb_ref); in udp_send_notify() 299 be_push_ref(ctx, p->js_cb_ref); in udp_recv_notify()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/udp/ |
A D | module_udp.c | 138 be_push_ref(ctx, p->js_cb_ref); in udp_send_notify() 296 be_push_ref(ctx, p->js_cb_ref); in udp_recv_notify()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/aiot/ |
A D | module_aiot_dynreg.c | 37 be_push_ref(ctx, js_cb_ref); in aiot_app_dynreg_recv_handler()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/pm/ |
A D | module_pm.c | 32 be_push_ref(ctx, pm_pwrkey_cb_ref); in __pm_pwrkey_state_notify()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/audio/ |
A D | module_tts.c | 27 be_push_ref(ctx, tts_js_cb_ref); in native_tts_event_callback()
|
A D | module_audioplayer.c | 56 be_push_ref(ctx, audioplayer->js_cb_ref); in audioplayer_state_notify() 124 be_push_ref(ctx, param->js_cb_ref); in audioplayer_play_cplt_notify()
|
A D | module_audioplayer_fibo.c | 34 be_push_ref(ctx, g_play_cb_js_ref); in __audioplayer_complete_cb()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/systimer/ |
A D | module_systimer.c | 46 be_push_ref(ctx, t->js_cb_ref); in timer_action()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/wifi/ |
A D | module_wifi.c | 33 be_push_ref(ctx, js_cb_ref); in js_cb_wifi_conn_status()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/netmgr/ |
A D | module_netmgr.c | 57 be_push_ref(ctx, cb_ref); in js_cb_conn_status() 479 be_push_ref(ctx, info->cb_ref); in set_msg_cb()
|
/AliOS-Things-master/components/py_engine/modules/mqtt/ |
A D | module_mqtt_client.c | 124 be_push_ref(ctx, js_cb_ref); in mqtt_event_handler()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/ |
A D | module_mqtt_client.c | 108 be_push_ref(ctx, js_cb_ref); in mqtt_event_handler()
|