Searched refs:alcs_ctx (Results 1 – 2 of 2) sorted by relevance
231 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() local241 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 …]
70 void *alcs_ctx; member166 int rrpcid_len, void *alcs_ctx, in _linkkit_service_list_insert() argument197 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() local243 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() local277 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