Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linksdk/components/dynreg-mqtt/
A Daiot_dynregmq_api.c181 … res = core_strdup(dynregmq_handle->sysdep, &dynregmq_handle->host, data, DYNREGMQ_MODULE_NAME); in aiot_dynregmq_setopt()
189 …res = core_strdup(dynregmq_handle->sysdep, &dynregmq_handle->product_key, data, DYNREGMQ_MODULE_NA… in aiot_dynregmq_setopt()
193 …res = core_strdup(dynregmq_handle->sysdep, &dynregmq_handle->product_secret, data, DYNREGMQ_MODULE… in aiot_dynregmq_setopt()
197 …res = core_strdup(dynregmq_handle->sysdep, &dynregmq_handle->device_name, data, DYNREGMQ_MODULE_NA… in aiot_dynregmq_setopt()
229 …res = core_strdup(dynregmq_handle->sysdep, &dynregmq_handle->instance_id, data, DYNREGMQ_MODULE_NA… in aiot_dynregmq_setopt()
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_string.h29 int32_t core_strdup(aiot_sysdep_portfile_t *sysdep, char **dest, char *src, char *module_name);
A Dcore_string.c152 int32_t core_strdup(aiot_sysdep_portfile_t *sysdep, char **dest, char *src, char *module_name) in core_strdup() function
A Dcore_http.c215 … res = core_strdup(http_handle->sysdep, &http_handle->host, (char *)data, CORE_HTTP_MODULE_NAME); in core_http_setopt()
/AliOS-Things-master/components/linksdk/components/dynreg/
A Daiot_dynreg_api.c188 … res = core_strdup(dynreg_handle->sysdep, &dynreg_handle->host, data, DYNREG_MODULE_NAME); in aiot_dynreg_setopt()
196 … res = core_strdup(dynreg_handle->sysdep, &dynreg_handle->product_key, data, DYNREG_MODULE_NAME); in aiot_dynreg_setopt()
200 …res = core_strdup(dynreg_handle->sysdep, &dynreg_handle->product_secret, data, DYNREG_MODULE_NAME); in aiot_dynreg_setopt()
204 … res = core_strdup(dynreg_handle->sysdep, &dynreg_handle->device_name, data, DYNREG_MODULE_NAME); in aiot_dynreg_setopt()
/AliOS-Things-master/components/linksdk/components/bootstrap/
A Daiot_bootstrap_api.c333 … res = core_strdup(sysdep, &bootstrap_handle->host, BOOTSTRAP_DEFAULT_HOST, BOOTSTRAP_MODULE_NAME); in aiot_bootstrap_init()
398 … res = core_strdup(bootstrap_handle->sysdep, &bootstrap_handle->host, data, BOOTSTRAP_MODULE_NAME); in aiot_bootstrap_setopt()
406 …res = core_strdup(bootstrap_handle->sysdep, &bootstrap_handle->product_key, data, BOOTSTRAP_MODULE… in aiot_bootstrap_setopt()
410 …res = core_strdup(bootstrap_handle->sysdep, &bootstrap_handle->device_name, data, BOOTSTRAP_MODULE… in aiot_bootstrap_setopt()
414 …res = core_strdup(bootstrap_handle->sysdep, &bootstrap_handle->region_id, data, BOOTSTRAP_MODULE_N… in aiot_bootstrap_setopt()
/AliOS-Things-master/components/linksdk/core/
A Daiot_http_api.c292 …res = core_strdup(http_handle->sysdep, &http_handle->product_key, (char *)data, CORE_HTTP_MODULE_N… in aiot_http_setopt()
296 …res = core_strdup(http_handle->sysdep, &http_handle->device_name, (char *)data, CORE_HTTP_MODULE_N… in aiot_http_setopt()
300 …res = core_strdup(http_handle->sysdep, &http_handle->device_secret, (char *)data, CORE_HTTP_MODULE… in aiot_http_setopt()
304 …res = core_strdup(http_handle->sysdep, &http_handle->extend_devinfo, (char *)data, CORE_HTTP_MODUL… in aiot_http_setopt()
A Daiot_mqtt_api.c2417 … res = core_strdup(mqtt_handle->sysdep, &mqtt_handle->host, (char *)data, CORE_MQTT_MODULE_NAME); in aiot_mqtt_setopt()
2425 …res = core_strdup(mqtt_handle->sysdep, &mqtt_handle->product_key, (char *)data, CORE_MQTT_MODULE_N… in aiot_mqtt_setopt()
2430 …res = core_strdup(mqtt_handle->sysdep, &mqtt_handle->device_name, (char *)data, CORE_MQTT_MODULE_N… in aiot_mqtt_setopt()
2435 …res = core_strdup(mqtt_handle->sysdep, &mqtt_handle->device_secret, (char *)data, CORE_MQTT_MODULE… in aiot_mqtt_setopt()
2440 …res = core_strdup(mqtt_handle->sysdep, &mqtt_handle->extend_clientid, (char *)data, CORE_MQTT_MODU… in aiot_mqtt_setopt()
2445 …res = core_strdup(mqtt_handle->sysdep, &mqtt_handle->security_mode, (char *)data, CORE_MQTT_MODULE… in aiot_mqtt_setopt()
2450 …res = core_strdup(mqtt_handle->sysdep, &mqtt_handle->username, (char *)data, CORE_MQTT_MODULE_NAME… in aiot_mqtt_setopt()
2454 …res = core_strdup(mqtt_handle->sysdep, &mqtt_handle->password, (char *)data, CORE_MQTT_MODULE_NAME… in aiot_mqtt_setopt()
2458 …res = core_strdup(mqtt_handle->sysdep, &mqtt_handle->clientid, (char *)data, CORE_MQTT_MODULE_NAME… in aiot_mqtt_setopt()

Completed in 18 milliseconds