Home
last modified time | relevance | path

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

12

/openbmc/bmcweb/redfish-core/lib/
H A Devent_service.hpp132 if (!json_util::readJsonPatch( // in requestRoutesEventService()
207 if (!json_util::readJsonAction( in requestRoutesSubmitTestEvent()
344 if (!json_util::readJsonPatch( // in requestRoutesEventDestinationCollection()
720 if (!json_util::readJsonObject(mrdObj, asyncResp->res, in requestRoutesEventDestinationCollection()
846 if (!json_util::readJsonPatch( // in requestRoutesEventDestination()
H A Dpower.hpp96 if (!json_util::readJsonObject( // in afterGetChassisPath()
315 if (!json_util::readJsonPatch( // in handleChassisPowerPatch()
H A Dthermal.hpp74 if (!json_util::readJsonPatch( // in requestRoutesThermal()
H A Dmanagers.hpp173 if (!json_util::readJsonAction(req, asyncResp->res, "ResetType", in requestRoutesManagerResetAction()
244 if (!json_util::readJsonAction( // in requestRoutesManagerResetToDefaultsAction()
807 if (!redfish::json_util::readJsonObject(odata, response->res, in getZonesFromJsonReq()
1000 if (!redfish::json_util::readJson( // in createPidInterface()
1109 if (!redfish::json_util::readJson( // in createPidInterface()
1149 if (!redfish::json_util::readJson( // in createPidInterface()
1190 if (!redfish::json_util::readJsonObject( // in createPidInterface()
2361 if (!json_util::readJsonPatch( // in requestRoutesManager()
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 Dredfish_sessions.hpp253 if (!json_util::readJsonPatch( // in handleSessionCollectionPost()
349 if (!json_util::readJsonPatch( // in handleSessionServicePatch()
H A Dthermal_metrics.hpp77 json_util::sortJsonArrayByKey(*temperatureArray, "DataSourceUri"); in afterGetTemperatureValue()
H A Dtrigger.hpp295 if (!json_util::readJsonObject( // in parseThreshold()
409 if (!json_util::readJsonObject( // in parseDiscreteTriggers()
618 if (!json_util::readJsonPatch( // in parsePostTriggerParams()
H A Dethernet.hpp1074 if (!json_util::readJsonObject(*obj, asyncResp->res, "Address", in handleIPv6DefaultGateway()
1556 if (!json_util::readJsonObject( // in parseAddresses()
1784 if (!json_util::readJsonObject( // in handleIPv6StaticAddressesPatch()
2190 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
2209 if (!json_util::readJsonObject(relatedInterfaces[0], in requestEthernetInterfacesRoutes()
2349 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
H A Daccount_service.hpp431 if (!json_util::readJsonObject( // in handleRoleMapPatch()
1577 if (!json_util::readJsonPatch( // in handleAccountServicePatch()
1931 if (!json_util::readJsonPatch( // in handleAccountCollectionPost()
2240 if (!json_util::readJsonPatch( // in handleAccountPatch()
2263 if (!json_util::readJsonPatch(req, asyncResp->res, "Password", in handleAccountPatch()
H A Dcertificate_service.hpp105 if (!json_util::readJsonPatch( // in getCertificateFromReqBody()
539 if (!json_util::readJsonAction( // in handleReplaceCertificateAction()
715 if (!json_util::readJsonAction( // in handleGenerateCSRAction()
H A Dchassis.hpp767 if (!json_util::readJsonPatch( // in handleChassisPatch()
950 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()
1379 if (!json_util::readJsonPatch( // in handleReportPatch()
H A Dupdate_service.hpp596 if (!json_util::readJsonAction( // in handleUpdateServiceSimpleUpdateAction()
771 if (!json_util::readJsonObject( // in extractMultipartUpdateParameters()
H A Dnetwork_protocol.hpp517 if (!json_util::readJsonPatch( in handleManagersNetworkProtocolPatch()
H A Dvirtual_media.hpp714 if (!json_util::readJsonAction( // in handleManagersVirtualMediaActionInsertPost()
H A Dlog_services.hpp954 if (!redfish::json_util::readJsonAction( // in createDump()
1810 if (!json_util::readJsonPatch(req, asyncResp->res, "Resolved", resolved)) in dBusEventLogEntryPatch()
3009 if (!redfish::json_util::readJsonAction( // in requestRoutesCrashdumpCollect()
H A Dsensors.hpp730 json_util::sortJsonArrayByKey(*arr, "Name"); in sortJSONResponse()
2195 if (!json_util::readJsonObject( // in setSensorsOverride()
H A Dsystems.hpp2892 if (!json_util::readJsonAction(req, asyncResp->res, "ResetType", resetType)) in handleComputerSystemResetActionPost()
3195 if (!json_util::readJsonPatch( // in handleComputerSystemPatch()
/openbmc/bmcweb/redfish-core/src/utils/
H A Djson_utils.cpp19 namespace json_util namespace
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp39 namespace json_util namespace
641 if (!json_util::processJsonFromRequest(res, req, jsonRequest)) in readJsonPatchHelper()
730 if (!json_util::processJsonFromRequest(res, req, jsonRequest)) in readJsonAction()
/openbmc/bmcweb/include/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/include/ibm/
H A Dmanagement_console_rest.hpp352 if (!redfish::json_util::readJsonPatch(req, asyncResp->res, "Message", in handleBroadcastService()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp22 namespace redfish::json_util namespace

12