Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_adapter.c148 adapter->alcs_event_handle->h_fp( in iotx_alcs_coap_adapter_send_msg_handle()
149 adapter->alcs_event_handle->pcontext, (void *)adapter, &event); in iotx_alcs_coap_adapter_send_msg_handle()
183 adapter->alcs_event_handle->h_fp( in iotx_alcs_coap_adapter_send_msg_handle()
184 adapter->alcs_event_handle->pcontext, (void *)adapter, &event); in iotx_alcs_coap_adapter_send_msg_handle()
257 if (adapter->alcs_event_handle) { in iotx_alcs_adapter_deinit()
258 ALCS_free(adapter->alcs_event_handle); in iotx_alcs_adapter_deinit()
350 adapter->alcs_event_handle = in iotx_alcs_adapter_init()
353 if (adapter->alcs_event_handle == NULL) { in iotx_alcs_adapter_init()
358 memcpy(adapter->alcs_event_handle, param->handle_event, in iotx_alcs_adapter_init()
A Dalcs_adapter.h50 iotx_alcs_event_handle_t *alcs_event_handle; member

Completed in 4 milliseconds