Home
last modified time | relevance | path

Searched refs:TimerCountdown (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTLinux.h57 void TimerCountdown(Timer*, unsigned int);
A DMQTTClient.h74 extern void TimerCountdown(Timer*, unsigned int);
A DMQTTClient.c48TimerCountdown(&c->last_sent, c->keepAliveInterval); // record the fact that we have successfully … in sendPacket()
142TimerCountdown(&c->last_received, c->keepAliveInterval); // record the fact that we have successfu… in readPacket()
434 TimerCountdown(&c->last_received, c->keepAliveInterval); in MQTTConnectWithResults()
A DMQTTLinux.c43 void TimerCountdown(Timer* timer, unsigned int timeout) in TimerCountdown() function

Completed in 6 milliseconds