Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rk_pcba_test/cJSON/
H A DcJSON.h88 extern cJSON *cJSON_CreateBool(int b);
132 #define cJSON_AddBoolToObject(object,name,b) cJSON_AddItemToObject(object, name, cJSON_CreateBool(b…
H A DcJSON.c541 cJSON *cJSON_CreateBool(int b) {cJSON *item=cJSON_New_Item();if(item)item->type=b?cJSON_True:cJ… in cJSON_CreateBool() function
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.h198 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
H A DcJSON.c2113 cJSON *bool_item = cJSON_CreateBool(boolean); in cJSON_AddBoolToObject()
2409 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean) in cJSON_CreateBool() function
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/j2s/
H A DcJSON.h196 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp2122 cJSON *bool_item = cJSON_CreateBool(boolean); in cJSON_AddBoolToObject()
2418 CJSON_PUBLIC(cJSON *) cJSON_CreateBool(cJSON_bool boolean) in cJSON_CreateBool() function