/AliOS-Things-master/components/amp/libjs/lib/ |
A D | wifi.js | 32 function disconnect() { function 33 return __native.WIFI.disconnect(); 46 disconnect,
|
A D | netmgr.js | 72 disconnect() { method in netMgr 73 var ret = __native.NETMGR.disconnect(this.dev_handler);
|
A D | network.js | 88 disconnect() { method in netWork 89 var ret = __native.NETMGR.disconnect(this.dev_handler);
|
/AliOS-Things-master/components/amp-utility/python/ |
A D | network.py | 57 def disconnect(self): member in NetWorkClient 61 nm.disconnect
|
/AliOS-Things-master/components/py_engine/framework/ |
A D | network.py | 90 def disconnect(self): member in NetWorkClient 94 nm.disconnect()
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | netmgr.js | 71 disconnect() { method in netMgr 72 var ret = NETMGR.disconnect(this.dev_handler);
|
A D | network.js | 145 disconnect() { method in netWork 151 var ret = NETMGR.disconnect(this.dev_handler);
|
/AliOS-Things-master/components/amp/example-js/ |
A D | wifi.js | 17 WIFI.disconnect();
|
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/ |
A D | proxy.h | 18 int bt_mesh_proxy_prov_disable(bool disconnect);
|
/AliOS-Things-master/components/py_engine/tests/wipy/wlan/ |
A D | wlan.py | 94 wifi.disconnect() 101 wifi.disconnect()
|
/AliOS-Things-master/components/linkkit/include/linkkit/infra/ |
A D | infra_net.h | 38 int (*disconnect)(utils_network_pt); member
|
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/ |
A D | README.md | 17 mpremote disconnect -- disconnect current device
|
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/ |
A D | modbluetooth_nimble.c | 470 DEBUG_printf("central_gap_event_cb: disconnect: reason=%d\n", event->disconnect.reason); in central_gap_event_cb() 471 reverse_addr_byte_order(addr, event->disconnect.conn.peer_id_addr.val); in central_gap_event_cb() 472 …onnected(MP_BLUETOOTH_IRQ_CENTRAL_DISCONNECT, event->disconnect.conn.conn_handle, event->disconnec… in central_gap_event_cb() 1196 DEBUG_printf("peripheral_gap_event_cb: reason=%d\n", event->disconnect.reason); in peripheral_gap_event_cb() 1197 reverse_addr_byte_order(addr, event->disconnect.conn.peer_id_addr.val); in peripheral_gap_event_cb() 1198 …ected(MP_BLUETOOTH_IRQ_PERIPHERAL_DISCONNECT, event->disconnect.conn.conn_handle, event->disconnec… in peripheral_gap_event_cb() 1488 … DEBUG_printf("l2cap_channel_event: disconnect: conn_handle=%d\n", event->disconnect.conn_handle); in l2cap_channel_event() 1489 ble_l2cap_get_chan_info(event->disconnect.chan, &info); in l2cap_channel_event() 1490 mp_bluetooth_on_l2cap_disconnect(event->disconnect.conn_handle, info.scid, info.psm, 0); in l2cap_channel_event()
|
/AliOS-Things-master/components/SDL2/src/audio/emscripten/ |
A D | SDL_emscriptenaudio.c | 163 SDL2.capture.scriptProcessorNode.disconnect(); in EMSCRIPTENAUDIO_CloseDevice() 167 SDL2.capture.mediaStreamNode.disconnect(); in EMSCRIPTENAUDIO_CloseDevice() 176 SDL2.audio.scriptProcessorNode.disconnect(); in EMSCRIPTENAUDIO_CloseDevice()
|
/AliOS-Things-master/components/drivers/peripheral/wifi/include/aos/hal/ |
A D | wifi.h | 52 int (*disconnect)(netdev_t *dev);//stop ap or sta member
|
/AliOS-Things-master/components/drivers/peripheral/wifi/src/ |
A D | wifi.c | 211 if(dev && WIFI_DRIVER(dev) && WIFI_DRIVER(dev)->disconnect) { in hal_wifi_disconnect() 212 ret = WIFI_DRIVER(dev)->disconnect(dev); in hal_wifi_disconnect()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/usb_otg/include/ |
A D | dwc_otg_hcd_if.h | 78 dwc_otg_hcd_disconnect_cb_t disconnect; member
|
A D | dwc_otg_pcd_if.h | 118 dwc_disconnect_cb_t disconnect; member
|
/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_mqtt_api.h | 322 aiot_mqtt_disconnect_event_type_t disconnect; member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | auth.c | 583 goto disconnect; 604 disconnect: 606 if (the_channel->disconnect) 607 the_channel->disconnect(); 678 if (devfd >= 0 && the_channel->disconnect) { in link_terminated() 679 the_channel->disconnect(); in link_terminated()
|
A D | PPPD_FOLLOWUP | 409 2015-03-01 - Suppress false error message on PPPoE disconnect 415 2015-03-01 - Send PADT on PPPoE disconnect 470 2015-08-14 - Merge branch 'send-padt-on-disconnect' of git://github.com/farnz/ppp
|
/AliOS-Things-master/components/py_engine/modules/mqtt/ |
A D | module_mqtt_client.c | 147 char *cause = (event->data.disconnect == in mqtt_event_handler()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/network/mqtt/ |
A D | module_mqtt_client.c | 128 …char *cause = (event->data.disconnect == AIOT_MQTTDISCONNEVT_NETWORK_DISCONNECT) ? ("network disco… in mqtt_event_handler()
|
/AliOS-Things-master/solutions/rfid_demo/ |
A D | rfid_demo.c | 68 …char *cause = (event->data.disconnect == AIOT_MQTTDISCONNEVT_NETWORK_DISCONNECT) ? ("network disco… in demo_mqtt_event_handler()
|
/AliOS-Things-master/solutions/flower_demo/ |
A D | data_model_basic_demo.c | 71 …char *cause = (event->data.disconnect == AIOT_MQTTDISCONNEVT_NETWORK_DISCONNECT) ? ("network disco… in demo_mqtt_event_handler()
|