Home
last modified time | relevance | path

Searched refs:readJsonPatch (Results 1 – 19 of 19) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dthermal.hpp74 if (!json_util::readJsonPatch( in requestRoutesThermal()
H A Devent_service.hpp122 if (!json_util::readJsonPatch( in requestRoutesEventService()
305 if (!json_util::readJsonPatch( in requestRoutesEventDestinationCollection()
753 if (!json_util::readJsonPatch( in requestRoutesEventDestination()
H A Dredfish_sessions.hpp216 if (!json_util::readJsonPatch(req, asyncResp->res, "UserName", username, in handleSessionCollectionPost()
333 if (!json_util::readJsonPatch(req, asyncResp->res, "SessionTimeout", in handleSessionServicePatch()
H A Dpower.hpp308 if (!json_util::readJsonPatch(req, sensorAsyncResp->asyncResp->res, in handleChassisPowerPatch()
H A Daccount_service.hpp1546 if (!json_util::readJsonPatch( in handleAccountServicePatch()
1886 if (!json_util::readJsonPatch( in handleAccountCollectionPost()
2205 if (!json_util::readJsonPatch( in handleAccountPatch()
2223 if (!json_util::readJsonPatch(req, asyncResp->res, "Password", in handleAccountPatch()
H A Dnetwork_protocol.hpp511 if (!json_util::readJsonPatch( in handleManagersNetworkProtocolPatch()
H A Dmetric_report_definition.hpp532 if (!json_util::readJsonPatch( in getUserParameters()
1331 if (!json_util::readJsonPatch( in handleReportPatch()
H A Dhypervisor_system.hpp731 if (!json_util::readJsonPatch( in handleHypervisorEthernetInterfacePatch()
H A Dchassis.hpp681 if (!json_util::readJsonPatch( in handleChassisPatch()
H A Dtrigger.hpp599 if (!json_util::readJsonPatch( in parsePostTriggerParams()
H A Dethernet.hpp2135 if (!json_util::readJsonPatch( in requestEthernetInterfacesRoutes()
2292 if (!json_util::readJsonPatch(req, asyncResp->res, in requestEthernetInterfacesRoutes()
H A Dprocessor.hpp1399 if (!json_util::readJsonPatch( in requestRoutesProcessor()
H A Dcertificate_service.hpp69 if (!json_util::readJsonPatch(req, asyncResp->res, "CertificateString", in getCertificateFromReqBody()
H A Dmanagers.hpp2329 if (!json_util::readJsonPatch(req, asyncResp->res, in requestRoutesManager()
H A Dsystems.hpp3203 if (!json_util::readJsonPatch( in handleComputerSystemPatch()
H A Dlog_services.hpp1798 if (!json_util::readJsonPatch(req, asyncResp->res, "Resolved", resolved)) in dBusEventLogEntryPatch()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp327 ASSERT_TRUE(readJsonPatch(req, res, "integer", integer)); in TEST()
341 ASSERT_FALSE(readJsonPatch(req, res, "integer", integer)); in TEST()
355 ASSERT_TRUE(readJsonPatch(req, res, "integer", integer)); in TEST()
369 ASSERT_FALSE(readJsonPatch(req, res, "integer", integer)); in TEST()
/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp341 if (!redfish::json_util::readJsonPatch(req, asyncResp->res, "Message", in handleBroadcastService()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp698 bool readJsonPatch(const crow::Request& req, crow::Response& res, in readJsonPatch() function