Home
last modified time | relevance | path

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

/external/ot-br-posix/src/rest/
Djson.cpp181 if (cJSON_IsNumber(value)) in Json2Timestamp()
191 if (cJSON_IsNumber(value)) in Json2Timestamp()
235 if (cJSON_IsNumber(value)) in Json2SecurityPolicy()
790 if (cJSON_IsNumber(value)) in JsonActiveDataset2Dataset()
801 if (cJSON_IsNumber(value)) in JsonActiveDataset2Dataset()
837 if (cJSON_IsNumber(value)) in JsonActiveDataset2Dataset()
916 if (cJSON_IsNumber(value)) in JsonPendingDatasetString2Dataset()
1075 if (cJSON_IsNumber(value)) in JsonJoinerInfo2JoinerInfo()
/external/iperf3/src/
Dcjson.h193 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item);
Dcjson.c118 if (!cJSON_IsNumber(item)) in cJSON_GetNumberValue()
2902 CJSON_PUBLIC(cJSON_bool) cJSON_IsNumber(const cJSON * const item) in cJSON_IsNumber() function