Searched refs:cJSON_GetStringValue (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/wireless/bt_host/ |
A D | module_bt_host.c | 212 service.s_uuid = cJSON_GetStringValue(cJSON_GetObjectItem(service_obj, "s_uuid")); in native_bt_host_add_service() 224 … chars_list->char_uuid = cJSON_GetStringValue(cJSON_GetObjectItem(elemet, "char_uuid")); in native_bt_host_add_service() 225 … chars_list->permission = cJSON_GetStringValue(cJSON_GetObjectItem(elemet, "char_permit")); in native_bt_host_add_service() 228 … chars_list->descr_uuid = cJSON_GetStringValue(cJSON_GetObjectItem(descr_obj, "descr_uuid")); in native_bt_host_add_service() 229 … chars_list->descr_type = cJSON_GetStringValue(cJSON_GetObjectItem(descr_obj, "descr_type")); in native_bt_host_add_service() 279 uuid = cJSON_GetStringValue(cJSON_GetObjectItem(root, "uuid")); in native_bt_host_update_chars()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/ |
A D | module_bt_host.c | 260 service.s_uuid = cJSON_GetStringValue(cJSON_GetObjectItem(service_obj, "s_uuid")); in native_bt_host_add_service() 272 … chars_list->char_uuid = cJSON_GetStringValue(cJSON_GetObjectItem(elemet, "char_uuid")); in native_bt_host_add_service() 273 … chars_list->permission = cJSON_GetStringValue(cJSON_GetObjectItem(elemet, "char_permit")); in native_bt_host_add_service() 276 … chars_list->descr_uuid = cJSON_GetStringValue(cJSON_GetObjectItem(descr_obj, "descr_uuid")); in native_bt_host_add_service() 277 … chars_list->descr_type = cJSON_GetStringValue(cJSON_GetObjectItem(descr_obj, "descr_type")); in native_bt_host_add_service() 327 uuid = cJSON_GetStringValue(cJSON_GetObjectItem(root, "uuid")); in native_bt_host_update_chars()
|
/AliOS-Things-master/components/cjson/include/ |
A D | cJSON.h | 177 CJSON_PUBLIC(char *) cJSON_GetStringValue(cJSON *item);
|
/AliOS-Things-master/components/cjson/src/ |
A D | cJSON.c | 75 CJSON_PUBLIC(char *) cJSON_GetStringValue(cJSON *item) { in cJSON_GetStringValue() function
|
Completed in 10 milliseconds