Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_notify.c33 static void *dev_bind_notify_timer = NULL; variable
468 if (dev_bind_notify_timer == NULL) { in __awss_dev_bind_notify()
472 HAL_Timer_Stop(dev_bind_notify_timer); in __awss_dev_bind_notify()
519 if (dev_bind_notify_timer == NULL) { in __awss_dev_bind_notify()
523 HAL_Timer_Stop(dev_bind_notify_timer); in __awss_dev_bind_notify()
535 if (dev_bind_notify_timer) { in __awss_dev_bind_notify()
536 awss_stop_timer(dev_bind_notify_timer); in __awss_dev_bind_notify()
537 dev_bind_notify_timer = NULL; in __awss_dev_bind_notify()
565 if (dev_bind_notify_timer == NULL) { in awss_dev_bind_notify_stop()
569 awss_stop_timer(dev_bind_notify_timer); in awss_dev_bind_notify_stop()
[all …]

Completed in 3 milliseconds