Home
last modified time | relevance | path

Searched refs:cJSON_IsObject (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ot-br-posix/src/rest/
H A Djson.cpp718 if (cJSON_IsObject(value)) in JsonActiveDataset2Dataset()
823 if (cJSON_IsObject(value)) in JsonActiveDataset2Dataset()
854 VerifyOrExit(cJSON_IsObject(jsonActiveDataset), ret = false); in JsonActiveDatasetString2Dataset()
872 VerifyOrExit(cJSON_IsObject(jsonDataset), ret = false); in JsonPendingDatasetString2Dataset()
875 if (cJSON_IsObject(value)) in JsonPendingDatasetString2Dataset()
897 if (cJSON_IsObject(value)) in JsonPendingDatasetString2Dataset()
/aosp_15_r20/external/iperf3/src/
H A Dcjson.h196 CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item);
H A Dcjson.c2932 CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item) in cJSON_IsObject() function