Home
last modified time | relevance | path

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

/aosp_15_r20/external/ot-br-posix/src/rest/
H A Djson.cpp82 VerifyOrExit(cJSON_IsString(jsonString), ret = false); in JsonString2String()
734 if (cJSON_IsString(value)) in JsonActiveDataset2Dataset()
748 if (cJSON_IsString(value)) in JsonActiveDataset2Dataset()
761 if (cJSON_IsString(value)) in JsonActiveDataset2Dataset()
775 if (cJSON_IsString(value)) in JsonActiveDataset2Dataset()
809 if (cJSON_IsString(value)) in JsonActiveDataset2Dataset()
879 else if (cJSON_IsString(value)) in JsonPendingDatasetString2Dataset()
/aosp_15_r20/external/iperf3/src/
H A Dcjson.h194 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item);
H A Dcjson.c108 if (!cJSON_IsString(item)) in cJSON_GetStringValue()
2912 CJSON_PUBLIC(cJSON_bool) cJSON_IsString(const cJSON * const item) in cJSON_IsString() function