Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_coap.c231 alcs_ctx->loop = 0; in alcs_context_create()
232 alcs_ctx->inited = 0; in alcs_context_create()
235 return alcs_ctx->ctx; in alcs_context_create()
240 ALCSContext *alcs_ctx = get_context(ctx); in alcs_context_free() local
241 if (alcs_ctx) { in alcs_context_free()
242 CoAPContext_free(alcs_ctx->ctx); in alcs_context_free()
243 coap_free(alcs_ctx); in alcs_context_free()
319 if (alcs_ctx && !alcs_ctx->loop) { in alcs_start_loop()
323 thread_routine(alcs_ctx); in alcs_start_loop()
339 if (alcs_ctx) { in alcs_stop_loop()
[all …]
/AliOS-Things-master/components/linkkit/dev_model/
A Dimpl_linkkit.c70 void *alcs_ctx; member
166 int rrpcid_len, void *alcs_ctx, in _linkkit_service_list_insert() argument
197 insert_node->service_meta.general.alcs_ctx = alcs_ctx; in _linkkit_service_list_insert()
239 void *alcs_ctx = node->service_meta.general.alcs_ctx; in _linkkit_service_list_delete() local
243 if (alcs_ctx) { in _linkkit_service_list_delete()
244 dm_server_free_context(alcs_ctx); in _linkkit_service_list_delete()
273 void *alcs_ctx = search_node->service_meta.general.alcs_ctx; in _linkkit_service_list_destroy() local
277 if (alcs_ctx) { in _linkkit_service_list_destroy()
278 dm_server_free_context(alcs_ctx); in _linkkit_service_list_destroy()
2201 void *alcs_ctx = service_ctx->service_meta.general.alcs_ctx; in IOT_Linkkit_AnswerService() local
[all …]

Completed in 7 milliseconds