Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 25 of 82) sorted by relevance

1234

/AliOS-Things-master/components/amp/jslib/src/
A Dudp.js16 bind(port) { method in UDPClient
18 if(UDP.bind(this.udpClientInstance, this.localPort) < 0) {
38 }.bind(this));
60 }.bind(this));
A Dtcp.js37 if(TCP.createSocket(this.options, cb.bind(this)) < 0){
59 }.bind(this));
80 }.bind(this));
A Dmqtt.js51 }.bind(this));
124 }.bind(this));
137 }.bind(this));
A Dbt_host.js56 }.bind(this));
103 }.bind(this));
146 }.bind(this));
A Dnetwork.js71 if (CELLULAR.onConnect(cb.bind(this)) !== 0) {
88 if (NETMGR.connect(this.dev_handler, cb_.bind(this)) !== 0) {
139 }.bind(this));
A Diot.js41 }.bind(this));
159 }.bind(this));
177 }.bind(this));
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_gamecontroller.c595 bind.output.axis.axis = axis; in SDL_PrivateGameControllerParseElement()
613 bind.output.button = button; in SDL_PrivateGameControllerParseElement()
641 bind.input.axis.axis_min = bind.input.axis.axis_max; in SDL_PrivateGameControllerParseElement()
652 bind.input.hat.hat = hat; in SDL_PrivateGameControllerParseElement()
653 bind.input.hat.hat_mask = mask; in SDL_PrivateGameControllerParseElement()
2055 SDL_zero(bind); in SDL_GameControllerGetBindForAxis()
2058 return bind; in SDL_GameControllerGetBindForAxis()
2076 return bind; in SDL_GameControllerGetBindForAxis()
2087 SDL_zero(bind); in SDL_GameControllerGetBindForButton()
2090 return bind; in SDL_GameControllerGetBindForButton()
[all …]
/AliOS-Things-master/components/amp/libjs/lib/
A Dmqtt.js51 this.mqttInstance = __native.MQTT.start(this.options, cb.bind(this));
72 }.bind(this));
97 }.bind(this));
133 }.bind(this));
146 }.bind(this));
A Dudp.js27 bind(port) { method in UDPClient
29 if(__native.UDP.bind(this.udpClientInstance, this.localPort) < 0) {
47 }.bind(this));
68 }.bind(this));
A Dtcp.js50 if(__native.TCP.createSocket(this.options, cb.bind(this)) < 0){
71 }.bind(this));
92 }.bind(this));
A Dbt_host.js56 }.bind(this));
103 }.bind(this));
146 }.bind(this));
A Diot.js40 }.bind(this));
146 }.bind(this));
160 }.bind(this));
A Dnetwork.js51 if(__native.CELLULAR.onConnect(cb.bind(this)) !== 0){
85 }.bind(this));
A Dkeypad.js23 }.bind(this));
A Dcharger.js14 }.bind(this));
/AliOS-Things-master/components/amp/ui/render/include/
A Dview_bind.h18 VIEW_DATA_BIND_VM_F bind; member
22 int view_data_bind_init(VIEW_DATA_BIND_VM_F bind, VIEW_DATA_UNBIND_VM_F unbind, VIEW_SEND_TO_VM_F s…
/AliOS-Things-master/components/py_engine/tests/esp32/
A Dresolve_on_connect.py17 s.bind(("0.0.0.0", 31245))
27 s.bind(("localhost", 31245))
/AliOS-Things-master/components/amp/test/
A Dtest_udp.js22 if(!udpSocket || !udpSocket.bind || !udpSocket.send || !udpSocket.close || !udpSocket.on) {
80 udpSocket.bind(10240);
/AliOS-Things-master/components/amp-utility/python/
A Dusocket.py51 def bind(self,header): member in socket
/AliOS-Things-master/components/py_engine/tests/net_hosted/
A Daccept_nonblock.py9 s.bind(socket.getaddrinfo("127.0.0.1", 8123)[0][-1])
A Daccept_timeout.py15 s.bind(socket.getaddrinfo("127.0.0.1", 8123)[0][-1])
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dusocket_udp_nonblock.py14 s.bind(socket.getaddrinfo("127.0.0.1", 8000)[0][-1])
A Duselect_poll_udp.py14 s.bind(socket.getaddrinfo("127.0.0.1", 8000)[0][-1])
/AliOS-Things-master/components/amp/test/host/
A DudpServer.js23 server.bind(50000); //绑定端口,不绑定的话也可以send数据但是无法接受
/AliOS-Things-master/components/py_engine/tests/multi_net/
A Dtcp_accept_recv.py13 s.bind(socket.getaddrinfo("0.0.0.0", PORT)[0][-1])

Completed in 29 milliseconds

1234