Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_coap.c248 ALCSContext *g_alcs_ctx = NULL; variable
251 return g_alcs_ctx; in get_context()
256 if (g_alcs_ctx) { in alcs_context_init()
261 if (g_alcs_ctx) { in alcs_context_init()
262 g_alcs_ctx->loop = 0; in alcs_context_init()
268 g_alcs_ctx = NULL; in alcs_context_init()
279 if (g_alcs_ctx) { in alcs_context_deinit()
280 if (g_alcs_ctx->ctx) { in alcs_context_deinit()
283 coap_free(g_alcs_ctx); in alcs_context_deinit()
284 g_alcs_ctx = NULL; in alcs_context_deinit()
[all …]

Completed in 3 milliseconds