Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_report.c26 static void *report_token_timer = NULL; variable
58 if (report_token_timer == NULL) { in awss_update_token()
62 HAL_Timer_Stop(report_token_timer); in awss_update_token()
63 HAL_Timer_Start(report_token_timer, 10); in awss_update_token()
108 awss_stop_timer(report_token_timer); in awss_report_token_reply()
109 report_token_timer = NULL; in awss_report_token_reply()
321 report_token_timer = NULL; in awss_report_token_to_cloud()
326 if (report_token_timer == NULL) { in awss_report_token_to_cloud()
330 HAL_Timer_Stop(report_token_timer); in awss_report_token_to_cloud()
389 if (report_token_timer) { in awss_stop_report_token()
[all …]

Completed in 4 milliseconds