Searched refs:TimerCountdownMS (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/mqtt/MQTTClient-C/ |
A D | MQTTClient.c | 227 TimerCountdownMS(&timer, 1000); in keepalive() 347 TimerCountdownMS(&timer, timeout_ms); in MQTTYield() 378 TimerCountdownMS(&timer, 500); /* Don't wait too long if no traffic is incoming */ in MQTTRun() 427 TimerCountdownMS(&connect_timer, c->command_timeout_ms); in MQTTConnectWithResults() 533 TimerCountdownMS(&timer, c->command_timeout_ms); in MQTTSubscribeWithResults() 588 TimerCountdownMS(&timer, c->command_timeout_ms); in MQTTUnsubscribe() 632 TimerCountdownMS(&timer, c->command_timeout_ms); in MQTTPublish() 689 TimerCountdownMS(&timer, c->command_timeout_ms); in MQTTDisconnect()
|
A D | MQTTLinux.h | 56 void TimerCountdownMS(Timer*, unsigned int);
|
A D | MQTTClient.h | 73 extern void TimerCountdownMS(Timer*, unsigned int);
|
A D | MQTTLinux.c | 34 void TimerCountdownMS(Timer* timer, unsigned int timeout) in TimerCountdownMS() function
|
Completed in 5 milliseconds