Home
last modified time | relevance | path

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

/AliOS-Things-master/components/linksdk/components/bootstrap/
A Daiot_bootstrap_api.c202 uint32_t id_value_len = 0, cmd_value_len = 0; in _bootstrap_recv_handler() local
205 &id_value, &id_value_len) == STATE_SUCCESS && in _bootstrap_recv_handler()
219 … char *id = bootstrap_handle->sysdep->core_sysdep_malloc(id_value_len + 1, BOOTSTRAP_MODULE_NAME); in _bootstrap_recv_handler()
221 memset(id, 0, id_value_len + 1); in _bootstrap_recv_handler()
222 memcpy(id, id_value, id_value_len); in _bootstrap_recv_handler()
/AliOS-Things-master/components/linksdk/components/devinfo/
A Daiot_devinfo_api.c82 uint32_t code_value_len = 0, id_value_len = 0, data_value_len = 0, message_value_len = 0; in _devinfo_mqtt_recv_handler() local
101 id_key, (uint32_t)strlen(id_key) ,&id_value, &id_value_len) == STATE_SUCCESS && in _devinfo_mqtt_recv_handler()
108 core_str2uint(id_value, id_value_len, &id) == STATE_SUCCESS) { in _devinfo_mqtt_recv_handler()

Completed in 4 milliseconds