Home
last modified time | relevance | path

Searched refs:sendCnt (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/amp/test/
A Dtest_tcp.js36 var sendCnt = 0, recvCnt = 0; variable
72 message: "this is xxw, cnt: " + sendCnt,
74 sendCnt ++;
75 console.log("tcp: [debug] send success, cnt: ", sendCnt);
77 if(sendCnt >= 10){
A Dtest_udp.js27 var sendCnt = 0, recvCnt = 0; variable
63 message: "this is xxw, cnt: " + sendCnt,
65 sendCnt ++;
66 console.log("udp: [debug] send success, cnt: ", sendCnt);
68 if(sendCnt >= 10){
A Dtest_mqtt.js48 var recvCnt = 0, sendCnt = 0;
86 sendCnt++;
87 console.log("mqtt: [debug] publish success, cnt: ", sendCnt);
88 if (sendCnt >= 10) {

Completed in 3 milliseconds