Home
last modified time | relevance | path

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 Dmodule_bt_host.c212 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 Dmodule_bt_host.c260 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 DcJSON.h177 CJSON_PUBLIC(char *) cJSON_GetStringValue(cJSON *item);
/AliOS-Things-master/components/cjson/src/
A DcJSON.c75 CJSON_PUBLIC(char *) cJSON_GetStringValue(cJSON *item) { in cJSON_GetStringValue() function

Completed in 10 milliseconds