Home
last modified time | relevance | path

Searched defs:network (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/websocket/include/
A Drws_network.h16 typedef struct network { struct
19 int (*net_connect)(struct network *n, char *addr, int port, int net_type); argument
20 int (*net_read)(struct network *, unsigned char *, int, int); argument
21 int (*net_write)(struct network *, unsigned char *, int, int); argument
22 void (*net_disconncet)(struct network *n); argument
/AliOS-Things-master/components/linkkit/iot_coap/server/
A DCoAPNetwork.c24 NetworkConf *network = NULL; in CoAPNetwork_read() local
51 NetworkConf *network = NULL; in CoAPNetwork_write() local
74 NetworkConf *network = NULL; in CoAPNetwork_init() local
113 NetworkConf *network = NULL; in CoAPNetwork_deinit() local
/AliOS-Things-master/solutions/javascript_demo/network/
A Dwifi.js3 var network = netmgr.openNetMgrClient({ variable
A Doss.js5 var network = netmgr.openNetMgrClient({ variable
/AliOS-Things-master/components/amp/example-js/
A Dcellular.js1 var network = require('network'); variable
/AliOS-Things-master/solutions/javascript_demo/common/
A Dulog_demo.js18 var network = netmgr.openNetMgrClient({ variable
/AliOS-Things-master/solutions/javascript_demo/ota_demo/
A Dota_wifi.js102 var network = netmgr.openNetMgrClient({ variable
/AliOS-Things-master/components/linkkit/iot_coap/client/
A DCloud_CoAPNetwork.c117 int Cloud_CoAPNetwork_read(coap_network_t *network, unsigned char *data, in Cloud_CoAPNetwork_read()
A DCloud_CoAPExport.h50 coap_network_t network; member
/AliOS-Things-master/components/amp/libjs/
A Dgenerator.js34 network: ['JSE_NET_ADDON_CELLULAR', 'JSE_NET_ADDON_WIFI'], property in macro4libjs
/AliOS-Things-master/solutions/javascript_demo/agriculture_demo/
A Dapp.js23 var network = require('network'); variable
/AliOS-Things-master/components/linkkit/http2/
A Dhttp2_internal.h124 void *network; /* iot network ptr */ member
/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTClient.c57 void MQTTClientInit(MQTTClient* c, Network* network, unsigned int command_timeout_ms, in MQTTClientInit()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dwifi_port.c45 } network; member
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwifi_port_ref.c43 } network; member

Completed in 16 milliseconds