Home
last modified time | relevance | path

Searched refs:grantedQoSs (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/linkkit/mqtt/impl/
A DMQTTSubscribe.h42 int *grantedQoSs);
45 int *count, int grantedQoSs[],
A DMQTTSubscribeClient.c106 int grantedQoSs[], unsigned char *buf, int buflen) in MQTTDeserialize_suback() argument
134 grantedQoSs[(*count)++] = readChar(&curdata); in MQTTDeserialize_suback()
/AliOS-Things-master/components/mqtt/MQTTPacket/
A DMQTTSubscribe.h34 …alize_suback(unsigned char* buf, int buflen, unsigned short packetid, int count, int* grantedQoSs);
36 …rialize_suback(unsigned short* packetid, int maxcount, int* count, int grantedQoSs[], unsigned cha…
A DMQTTFormat.c100 …ingFormat_suback(char* strbuf, int strbuflen, unsigned short packetid, int count, int* grantedQoSs) in MQTTStringFormat_suback() argument
103 "SUBACK packet id %d count %d granted qos %d", packetid, count, grantedQoSs[0]); in MQTTStringFormat_suback()
165 int grantedQoSs[1]; in MQTTFormat_toClientString() local
166 if (MQTTDeserialize_suback(&packetid, maxcount, &count, grantedQoSs, buf, buflen) == 1) in MQTTFormat_toClientString()
167 strindex = MQTTStringFormat_suback(strbuf, strbuflen, packetid, count, grantedQoSs); in MQTTFormat_toClientString()
A DMQTTSubscribeServer.c82 …ialize_suback(unsigned char* buf, int buflen, unsigned short packetid, int count, int* grantedQoSs) in MQTTSerialize_suback() argument
104 writeChar(&ptr, grantedQoSs[i]); in MQTTSerialize_suback()
A DMQTTSubscribeClient.c100 int MQTTDeserialize_suback(unsigned short* packetid, int maxcount, int* count, int grantedQoSs[], u… in MQTTDeserialize_suback() argument
128 grantedQoSs[(*count)++] = readChar(&curdata); in MQTTDeserialize_suback()
A DMQTTFormat.h31 …ngFormat_suback(char* strbuf, int strbuflen, unsigned short packetid, int count, int* grantedQoSs);

Completed in 7 milliseconds