Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/include/
A DcJSON.h195 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
/AliOS-Things-master/components/cjson/src/
A DcJSON.c2001 cJSON *bool_item = cJSON_CreateBool(boolean); in cJSON_AddBoolToObject()
2279 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool b) in cJSON_CreateBool() function

Completed in 7 milliseconds