Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linksdk/components/diag/
A Daiot_diag_api.c84 diag_handle->sysdep->core_sysdep_mutex_lock(diag_handle->data_mutex); in _core_diag_exec_inc()
86 diag_handle->sysdep->core_sysdep_mutex_unlock(diag_handle->data_mutex); in _core_diag_exec_inc()
91 diag_handle->sysdep->core_sysdep_mutex_lock(diag_handle->data_mutex); in _core_diag_exec_dec()
93 diag_handle->sysdep->core_sysdep_mutex_unlock(diag_handle->data_mutex); in _core_diag_exec_dec()
139 diag_handle->event_handler(diag_handle, &event, diag_handle->userdata); in _diag_desc_list_send()
611 diag_handle->sysdep->core_sysdep_mutex_lock(diag_handle->data_mutex); in aiot_diag_setopt()
657 diag_handle->sysdep->core_sysdep_mutex_unlock(diag_handle->data_mutex); in aiot_diag_setopt()
704 diag_handle->sysdep->core_sysdep_free(diag_handle); in aiot_diag_deinit()
717 diag_handle->sysdep->core_sysdep_mutex_lock(diag_handle->data_mutex); in aiot_diag_start()
719 diag_handle->sysdep->core_sysdep_mutex_unlock(diag_handle->data_mutex); in aiot_diag_start()
[all …]
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_diag.c3 static void _core_diag_default_callback(void *diag_handle, uint64_t timestamp, int32_t code, uint8_…
8 static void _core_diag_default_callback(void *diag_handle, uint64_t timestamp, int32_t code, uint8_… in _core_diag_default_callback() argument
13 void core_diag_set_cb(void *diag_handle, core_diag_callback cb) in core_diag_set_cb() argument
19 g_diag_handle = diag_handle; in core_diag_set_cb()
A Dcore_diag.h11 typedef void (*core_diag_callback)(void * diag_handle, uint64_t timestamp, int32_t code, uint8_t *d…
13 void core_diag_set_cb(void *diag_handle, core_diag_callback cb);

Completed in 5 milliseconds