Searched refs:cJSON_IsString (Results 1 – 17 of 17) sorted by relevance
54 cJSON_bool cJSON_IsString(const cJSON* const item);
34 if (!cJSON_IsString(processNameJson) || (processNameJson->valuestring == NULL) || in GetProcessNameFromJson()93 if ((item == NULL) || (!cJSON_IsString(item)) || (item->valuestring == NULL)) { in GetInfoArrFromJson()287 …if ((processNameJson == NULL) || (!cJSON_IsString(processNameJson)) || (processNameJson->valuestri… in UpdateGoalItemFromRecord()
81 if (!cJSON_IsString(importItem)) { in ParseAllImports()
115 } else if (cJSON_IsString(capJson)) { in InitServiceCaps()
243 if (cJSON_IsString(json)) { in GetUid()259 if (cJSON_IsString(json)) { in GetGid()396 INIT_CHECK_RETURN_VALUE(cJSON_IsString(typeItem), SERVICE_FAILURE); in ParseSocketOption()493 if (!cJSON_IsString(json) || !cJSON_GetStringValue(json)) { in AddServiceFile()
699 if (!cJSON_IsString(line)) { in GetCmdLinesFromJson()
85 if ((!cJSON_IsString(val)) || (val->valuestring == nullptr)) { in ParseJsonArray()
65 if (strItem == NULL || !cJSON_IsString(strItem)) { in ReadStringItem()
55 if (!cJSON_IsString(deviceId) || !cJSON_IsBool(buttonIsPressed)) { in ResponseStartRemoteCoordination()69 … if (!cJSON_IsBool(result) || !cJSON_IsString(dhid) || !cJSON_IsNumber(x) || !cJSON_IsNumber(y)) { in ResponseStartRemoteCoordinationResult()105 if (!cJSON_IsString(deviceId) || !cJSON_IsBool(result)) { in ResponseNotifyUnchainedResult()117 if (!cJSON_IsString(deviceId)) { in ResponseStartCoordinationOtherResult()
150 !cJSON_IsString(itemName) || !cJSON_IsString(itemDesc) || itemName->valuestring == NULL) { in ParseFixedPermissionsItem()166 if (itemFlags == NULL || !cJSON_IsString(itemFlags) || itemFlags->valuestring == NULL) { in ParseNewPermissionsItem()
234 if (itemName == NULL || itemDesc == NULL || itemGranted == NULL || !cJSON_IsString(itemName) in ParsePermissions()235 … || itemName->valuestring == NULL || !cJSON_IsString(itemDesc) || itemDesc->valuestring == NULL) { in ParsePermissions()
92 cJSON_bool cJSON_IsString(const cJSON* const item) in cJSON_IsString() function
177 if (jsonObjTmp != NULL && cJSON_IsString(jsonObjTmp)) { in GetStringFromJson()
235 if (jsonObjTmp != NULL && cJSON_IsString(jsonObjTmp)) { in GetStringFromJson()
87 if ((cJSON_IsString(innerProcessName)) && (innerProcessName->valuestring != nullptr)) { in DeleteGoalItemFromRecord()
631 EXPECT_TRUE(cJSON_IsNumber(filedJ) || cJSON_IsString(filedJ)); in CheckService()
220 if (cJSON_IsString(sysFile)) { in ParseTagCategory()