Searched refs:jsonObject2 (Results 1 – 4 of 4) sorted by relevance
226 cJSON_Delete(jsonObject2);324 cJSON_Delete(jsonObject2);364 cJSON_Delete(jsonObject2);396 cJSON_Delete(jsonObject2);428 cJSON_Delete(jsonObject2);472 cJSON_Delete(jsonObject2);505 cJSON_Delete(jsonObject2);571 cJSON_Delete(jsonObject2);601 cJSON_Delete(jsonObject2);631 cJSON_Delete(jsonObject2);[all …]
273 nlohmann::json jsonObject2; variable278 jsonObject2["print_user_data"] = userDataList2;279 userData->ParseUserDataFromJson(jsonObject2);301 nlohmann::json jsonObject2; variable306 jsonObject2["print_user_data"] = userDataList2;307 printUserData->ParseUserDataFromJson(jsonObject2);
322 nlohmann::json jsonObject2; variable323 jsonObject2["version"] = "v1";324 jsonObject2["printer_list"] = printerMapJson;325 systemData->ParsePrinterListJsonV1(jsonObject2);1022 nlohmann::json jsonObject2; variable1024 jsonObject2["printer_list"] = printerMapJson2;1025 systemData->GetPrinterCapabilityFromJson(printerId, jsonObject2, printerCapability);
620 nlohmann::json jsonObject2; in CheckJsonConverter() local621 auto ret2 = NotificationJsonConverter::ConvertToJson(pRequest1, jsonObject2); in CheckJsonConverter()625 << jsonObject2.dump(); in CheckJsonConverter()