Searched refs:uri_dn (Results 1 – 1 of 1) sorted by relevance
597 char *uri_dn = NULL; in iotx_alcs_send() local636 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() local756 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() local805 uri_dn = iotx_alcs_topic_parse_dn(resource->uri, &uri_dn_len); in iotx_alcs_register_resource()[all …]
Completed in 4 milliseconds