Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_adapter.c597 char *uri_dn = NULL; in iotx_alcs_send() local
636 uri_dn = iotx_alcs_topic_parse_dn(msg->uri, &uri_dn_len); in iotx_alcs_send()
639 uri_dn == NULL || uri_dn_len >= IOTX_DEVICE_NAME_LEN + 1) { in iotx_alcs_send()
644 memcpy(deviceName, uri_dn, uri_dn_len); in iotx_alcs_send()
710 char *uri_dn = NULL; in iotx_alcs_send_Response() local
756 uri_dn = iotx_alcs_topic_parse_dn(msg->uri, &uri_dn_len); in iotx_alcs_send_Response()
759 uri_dn == NULL || uri_dn_len >= IOTX_DEVICE_NAME_LEN + 1) { in iotx_alcs_send_Response()
764 memcpy(deviceName, uri_dn, uri_dn_len); in iotx_alcs_send_Response()
794 char *uri_dn = NULL; in iotx_alcs_register_resource() local
805 uri_dn = iotx_alcs_topic_parse_dn(resource->uri, &uri_dn_len); in iotx_alcs_register_resource()
[all …]

Completed in 4 milliseconds