Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linksdk/components/ntp/
A Daiot_ntp_api.c21 ntp_handle->exec_count++; in _core_ntp_exec_inc()
28 ntp_handle->exec_count--; in _core_ntp_exec_dec()
268 if (ntp_handle->exec_count == 0) { in aiot_ntp_deinit()
274 if (ntp_handle->exec_count != 0) { in aiot_ntp_deinit()
A Dntp_private.h39 uint32_t exec_count; member
/AliOS-Things-master/components/linksdk/components/devinfo/
A Ddevinfo_private.h39 uint32_t exec_count; member
A Daiot_devinfo_api.c19 devinfo_handle->exec_count++; in _core_devinfo_exec_inc()
26 devinfo_handle->exec_count--; in _core_devinfo_exec_dec()
355 if (devinfo_handle->exec_count == 0) { in aiot_devinfo_deinit()
361 if (devinfo_handle->exec_count != 0) { in aiot_devinfo_deinit()
/AliOS-Things-master/components/linksdk/components/dynreg/
A Ddynreg_private.h51 uint32_t exec_count; member
A Daiot_dynreg_api.c17 dynreg_handle->exec_count++; in _dynreg_exec_inc()
24 dynreg_handle->exec_count--; in _dynreg_exec_dec()
263 if (dynreg_handle->exec_count == 0) { in aiot_dynreg_deinit()
269 if (dynreg_handle->exec_count != 0) { in aiot_dynreg_deinit()
/AliOS-Things-master/components/linksdk/components/bootstrap/
A Dbootstrap_private.h32 uint32_t exec_count; member
A Daiot_bootstrap_api.c14 bootstrap_handle->exec_count++; in _bootstrap_exec_inc()
21 bootstrap_handle->exec_count--; in _bootstrap_exec_dec()
481 if (bootstrap_handle->exec_count == 0) { in aiot_bootstrap_deinit()
487 if (bootstrap_handle->exec_count != 0) { in aiot_bootstrap_deinit()
/AliOS-Things-master/components/linksdk/components/dynreg-mqtt/
A Ddynregmq_private.h60 uint32_t exec_count; member
A Daiot_dynregmq_api.c18 dynregmq_handle->exec_count++; in _dynregmq_exec_inc()
25 dynregmq_handle->exec_count--; in _dynregmq_exec_dec()
264 if (dynregmq_handle->exec_count == 0) { in aiot_dynregmq_deinit()
270 if (dynregmq_handle->exec_count != 0) { in aiot_dynregmq_deinit()
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_http.h55 uint32_t exec_count; member
A Dcore_mqtt.h247 uint32_t exec_count; member
A Dcore_http.c628 if (http_handle->exec_count == 0) { in core_http_deinit()
634 if (http_handle->exec_count != 0) { in core_http_deinit()
/AliOS-Things-master/components/linksdk/core/
A Daiot_http_api.c6 http_handle->exec_count++; in _core_aiot_http_exec_inc()
13 http_handle->exec_count--; in _core_aiot_http_exec_dec()
546 if (http_handle->exec_count == 0) { in aiot_http_deinit()
552 if (http_handle->exec_count != 0) { in aiot_http_deinit()
A Daiot_mqtt_api.c88 mqtt_handle->exec_count++; in _core_mqtt_exec_inc()
95 mqtt_handle->exec_count--; in _core_mqtt_exec_dec()
2597 if (mqtt_handle->exec_count == 0) { in aiot_mqtt_deinit()
2603 if (mqtt_handle->exec_count != 0) { in aiot_mqtt_deinit()
/AliOS-Things-master/components/linksdk/components/diag/
A Ddiag_private.h114 uint32_t exec_count; member
A Daiot_diag_api.c85 diag_handle->exec_count++; in _core_diag_exec_inc()
92 diag_handle->exec_count--; in _core_diag_exec_dec()
686 if (diag_handle->exec_count == 0) { in aiot_diag_deinit()
692 if (diag_handle->exec_count != 0) { in aiot_diag_deinit()

Completed in 25 milliseconds