Searched refs:aiot_state_logcb_t (Results 1 – 3 of 3) sorted by relevance
13 aiot_state_logcb_t g_logcb_handler = NULL;15 int32_t aiot_state_set_logcb(aiot_state_logcb_t handler) in aiot_state_set_logcb()
22 typedef int32_t (* aiot_state_logcb_t)(int32_t code, char *message); typedef31 int32_t aiot_state_set_logcb(aiot_state_logcb_t handler);
3 extern aiot_state_logcb_t g_logcb_handler;
Completed in 4 milliseconds