Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_report.c25 static uint32_t awss_report_token_time = 0; variable
38 uint32_t diff = (uint32_t)(cur - awss_report_token_time); in awss_token_remain_time()
53 awss_report_token_time = 0; in awss_update_token()
72 if (awss_report_token_time == 0) { in awss_token_timeout()
77 if ((uint32_t)(cur - awss_report_token_time) > AWSS_TOKEN_TIMEOUT_MS) { in awss_token_timeout()
358 awss_report_token_time = os_get_time_ms(); in awss_report_token_to_cloud()

Completed in 2 milliseconds