Searched refs:cJSON_IsObject (Results 1 – 3 of 3) sorted by relevance
718 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()
196 CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item);
2932 CJSON_PUBLIC(cJSON_bool) cJSON_IsObject(const cJSON * const item) in cJSON_IsObject() function