/openbmc/bmcweb/redfish-core/lib/ |
H A D | event_service.hpp | 132 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 D | power.hpp | 96 if (!json_util::readJsonObject( // in afterGetChassisPath() 315 if (!json_util::readJsonPatch( // in handleChassisPowerPatch()
|
H A D | thermal.hpp | 74 if (!json_util::readJsonPatch( // in requestRoutesThermal()
|
H A D | managers.hpp | 173 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 D | hypervisor_system.hpp | 562 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 D | redfish_sessions.hpp | 253 if (!json_util::readJsonPatch( // in handleSessionCollectionPost() 349 if (!json_util::readJsonPatch( // in handleSessionServicePatch()
|
H A D | thermal_metrics.hpp | 77 json_util::sortJsonArrayByKey(*temperatureArray, "DataSourceUri"); in afterGetTemperatureValue()
|
H A D | trigger.hpp | 295 if (!json_util::readJsonObject( // in parseThreshold() 409 if (!json_util::readJsonObject( // in parseDiscreteTriggers() 618 if (!json_util::readJsonPatch( // in parsePostTriggerParams()
|
H A D | ethernet.hpp | 1074 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 D | account_service.hpp | 431 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 D | certificate_service.hpp | 105 if (!json_util::readJsonPatch( // in getCertificateFromReqBody() 539 if (!json_util::readJsonAction( // in handleReplaceCertificateAction() 715 if (!json_util::readJsonAction( // in handleGenerateCSRAction()
|
H A D | chassis.hpp | 767 if (!json_util::readJsonPatch( // in handleChassisPatch() 950 if (!json_util::readJsonAction(req, asyncResp->res, "ResetType", resetType)) in handleChassisResetActionInfoPost()
|
H A D | metric_report_definition.hpp | 465 if (!json_util::readJsonObject( // in getUserMetric() 560 if (!json_util::readJsonPatch( // in getUserParameters() 1379 if (!json_util::readJsonPatch( // in handleReportPatch()
|
H A D | update_service.hpp | 596 if (!json_util::readJsonAction( // in handleUpdateServiceSimpleUpdateAction() 771 if (!json_util::readJsonObject( // in extractMultipartUpdateParameters()
|
H A D | network_protocol.hpp | 517 if (!json_util::readJsonPatch( in handleManagersNetworkProtocolPatch()
|
H A D | virtual_media.hpp | 714 if (!json_util::readJsonAction( // in handleManagersVirtualMediaActionInsertPost()
|
H A D | log_services.hpp | 954 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 D | sensors.hpp | 730 json_util::sortJsonArrayByKey(*arr, "Name"); in sortJSONResponse() 2195 if (!json_util::readJsonObject( // in setSensorsOverride()
|
H A D | systems.hpp | 2892 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 D | json_utils.cpp | 19 namespace json_util namespace
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 39 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 D | google_service_root.hpp | 206 if (!redfish::json_util::readJsonAction(request, asyncResp->res, "Command", in handleRoTSendCommandPost()
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | filter_expr_executor.cpp | 135 json_util::findNestedKey(static_cast<std::string_view>(x), body); in operator ()()
|
/openbmc/bmcweb/include/ibm/ |
H A D | management_console_rest.hpp | 352 if (!redfish::json_util::readJsonPatch(req, asyncResp->res, "Message", in handleBroadcastService()
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | json_utils_test.cpp | 22 namespace redfish::json_util namespace
|