Home
last modified time | relevance | path

Searched refs:json_util (Results 1 – 25 of 38) sorted by relevance

12

/openbmc/libcper/subprojects/packagefiles/json-c/
H A Dmeson.build65 'json_util.h',
78 'json_util.c',
/openbmc/bmcweb/redfish-core/include/utils/
H A Detag_utils.hpp28 size_t hash = json_util::hashJsonWithoutKey(res.jsonValue, "DateTime"); in etagOmitDateTimeHandler()
H A Djson_utils.hpp39 namespace json_util namespace
662 if (!json_util::processJsonFromRequest(res, req, jsonRequest)) in readJsonPatchHelper()
766 if (!json_util::processJsonFromRequest(res, req, jsonRequest)) in readJsonAction()
H A Deventlog_utils.hpp660 redfish::json_util::sortJsonArrayByKey(entriesArray, "Id"); in afterLogEntriesGetManagedObjects()
775 if (!json_util::readJsonPatch(req, asyncResp->res, "Resolved", resolved)) in dBusEventLogEntryPatch()
/openbmc/bmcweb/redfish-core/src/utils/
H A Djson_utils.cpp19 namespace json_util namespace
/openbmc/bmcweb/redfish-core/lib/
H A Dthermal.hpp74 if (!json_util::readJsonPatch( // in requestRoutesThermal()
H A Devent_service.hpp128 if (!json_util::readJsonPatch( // in requestRoutesEventService()
203 if (!json_util::readJsonAction( in requestRoutesSubmitTestEvent()
341 if (!json_util::readJsonPatch( // in requestRoutesEventDestinationCollection()
717 if (!json_util::readJsonObject(mrdObj, asyncResp->res, in requestRoutesEventDestinationCollection()
843 if (!json_util::readJsonPatch( // in requestRoutesEventDestination()
H A Dpower.hpp95 if (!json_util::readJsonObject( // in afterGetChassisPath()
310 if (!json_util::readJsonPatch( // in handleChassisPowerPatch()
H A Dassembly.hpp350 if (json_util::readJsonObject(item, asyncResp->res, in afterHandleChassisAssemblyPatch()
376 if (!redfish::json_util::readJsonPatch(req, asyncResp->res, "Assemblies", in handleChassisAssemblyPatch()
H A Dthermal_metrics.hpp77 json_util::sortJsonArrayByKey(*temperatureArray, "DataSourceUri"); in afterGetTemperatureValue()
H A Dredfish_sessions.hpp242 if (!json_util::readJsonPatch( // in handleSessionCollectionPost()
338 if (!json_util::readJsonPatch( // in handleSessionServicePatch()
H A Daggregation_service.hpp272 if (!json_util::readJsonPatch(req, asyncResp->res, "HostName", hostname, in handleAggregationSourceCollectionPost()
342 if (!json_util::readJsonPatch(req, asyncResp->res, "UserName", username, in handleAggregationSourcePatch()
H A Dhypervisor_system.hpp562 if (!json_util::readJsonObject( // in handleHypervisorIPv4StaticPatch()
750 if (!json_util::readJsonPatch( // in handleHypervisorEthernetInterfacePatch()
903 if (!json_util::readJsonAction(req, asyncResp->res, "ResetType", resetType)) in handleHypervisorSystemResetPost()
H A Dmanagers.hpp208 if (!json_util::readJsonAction(req, asyncResp->res, "ResetType", resetType)) in handleManagerResetAction()
262 if (!json_util::readJsonAction( // in handleManagerResetToDefaultsAction()
865 if (!json_util::readJsonPatch( // in handleManagerPatch()
H A Dtrigger.hpp286 if (!json_util::readJsonObject( // in parseThreshold()
400 if (!json_util::readJsonObject( // in parseDiscreteTriggers()
609 if (!json_util::readJsonPatch( // in parsePostTriggerParams()
H A Dethernet.hpp1079 if (!json_util::readJsonObject(*obj, asyncResp->res, "Address", in handleIPv6DefaultGateway()
1561 if (!json_util::readJsonObject( // in parseAddresses()
1792 if (!json_util::readJsonObject( // in handleIPv6StaticAddressesPatch()
2198 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
2217 if (!json_util::readJsonObject(relatedInterfaces[0], in requestEthernetInterfacesRoutes()
2358 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
H A Daccount_service.hpp434 if (!json_util::readJsonObject( // in handleRoleMapPatch()
1574 if (!json_util::readJsonPatch( // in handleAccountServicePatch()
1930 if (!json_util::readJsonPatch( // in handleAccountCollectionPost()
2241 if (!json_util::readJsonPatch( // in handleAccountPatch()
2264 if (!json_util::readJsonPatch(req, asyncResp->res, "Password", in handleAccountPatch()
H A Dcertificate_service.hpp103 if (!json_util::readJsonPatch( // in getCertificateFromReqBody()
538 if (!json_util::readJsonAction( // in handleReplaceCertificateAction()
716 if (!json_util::readJsonAction( // in handleGenerateCSRAction()
H A Dchassis.hpp742 if (!json_util::readJsonPatch( // in handleChassisPatch()
931 if (!json_util::readJsonAction(req, asyncResp->res, "ResetType", resetType)) in handleChassisResetActionInfoPost()
H A Dmetric_report_definition.hpp465 if (!json_util::readJsonObject( // in getUserMetric()
560 if (!json_util::readJsonPatch( // in getUserParameters()
1355 if (!json_util::readJsonPatch( // in handleReportPatch()
H A Dfabric_adapters.hpp306 if (!json_util::readJsonPatch(req, asyncResp->res, in afterHandleFabricAdapterPatch()
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp538 if (!redfish::json_util::readJsonObject(odata, response->res, in getZonesFromJsonReq()
711 if (!redfish::json_util::readJson( // in createPidInterface()
820 if (!redfish::json_util::readJson( // in createPidInterface()
870 if (!redfish::json_util::readJson( // in createPidInterface()
911 if (!redfish::json_util::readJsonObject( // in createPidInterface()
1537 if (!json_util::readJsonObject( in handlePatchManagerOpenBmc()
/openbmc/bmcweb/features/google/
H A Dgoogle_service_root.hpp206 if (!redfish::json_util::readJsonAction(request, asyncResp->res, "Command", in handleRoTSendCommandPost()
/openbmc/bmcweb/redfish-core/src/
H A Dfilter_expr_executor.cpp135 json_util::findNestedKey(static_cast<std::string_view>(x), body); in operator ()()
/openbmc/bmcweb/features/ibm/
H A Dibm_management_console_rest.hpp352 if (!redfish::json_util::readJsonPatch(req, asyncResp->res, "Message", in handleBroadcastService()

12