Home
last modified time | relevance | path

Searched refs:g_coap_ctx (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_cmp_coap.c15 static void *g_coap_ctx = NULL; variable
112 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 …]
/AliOS-Things-master/components/linkkit/dev_model/server/
A Ddm_server_adapter.c30 CoAPContext *g_coap_ctx = CoAPServer_init(); in _dm_server_dev_notify() local
55 g_coap_ctx, &notify_sa, DM_URI_DEV_CORE_SERVICE_DEV_NOTIFY, in _dm_server_dev_notify()

Completed in 4 milliseconds