Searched refs:g_logcb_handler (Results 1 – 2 of 2) sorted by relevance
3 extern aiot_state_logcb_t g_logcb_handler;174 if (g_logcb_handler == NULL) { in core_log()184 g_logcb_handler(code, buffer); in core_log()192 if (g_logcb_handler == NULL) { in core_log1()200 g_logcb_handler(code, buffer); in core_log1()208 if (g_logcb_handler == NULL) { in core_log2()216 g_logcb_handler(code, buffer); in core_log2()224 if (g_logcb_handler == NULL) { in core_log3()232 g_logcb_handler(code, buffer); in core_log3()242 if (g_logcb_handler == NULL) {[all …]
13 aiot_state_logcb_t g_logcb_handler = NULL; variable17 g_logcb_handler = handler; in aiot_state_set_logcb()
Completed in 10 milliseconds