Searched refs:g_coap_ctx (Results 1 – 2 of 2) sorted by relevance
15 static void *g_coap_ctx = NULL; variable112 if (g_coap_ctx == NULL) { in awss_cmp_coap_register_cb()113 g_coap_ctx = (void *)CoAPServer_init(); in awss_cmp_coap_register_cb()116 if (g_coap_ctx == NULL) { in awss_cmp_coap_register_cb()130 if (g_coap_ctx == NULL) { in awss_cmp_coap_cancel_packet()139 if (g_coap_ctx == NULL) { in awss_cmp_coap_send()152 if (g_coap_ctx == NULL) { in awss_cmp_coap_send_resp()164 if (g_coap_ctx == NULL) { in awss_cmp_coap_ob_send()174 void *coap_ctx = g_coap_ctx; in awss_cmp_coap_deinit()175 g_coap_ctx = NULL; in awss_cmp_coap_deinit()[all …]
30 CoAPContext *g_coap_ctx = CoAPServer_init(); in _dm_server_dev_notify() local55 g_coap_ctx, ¬ify_sa, DM_URI_DEV_CORE_SERVICE_DEV_NOTIFY, in _dm_server_dev_notify()
Completed in 4 milliseconds