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.hpp132 if (!json_util::readJsonPatch( // in requestRoutesEventService()
344 if (!json_util::readJsonPatch( // in requestRoutesEventDestinationCollection()
846 if (!json_util::readJsonPatch( // in requestRoutesEventDestination()
H A Dredfish_sessions.hpp253 if (!json_util::readJsonPatch( // in handleSessionCollectionPost()
349 if (!json_util::readJsonPatch( // in handleSessionServicePatch()
H A Dpower.hpp315 if (!json_util::readJsonPatch( // in handleChassisPowerPatch()
H A Daccount_service.hpp1577 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 Dnetwork_protocol.hpp503 if (!json_util::readJsonPatch( in handleManagersNetworkProtocolPatch()
H A Dmetric_report_definition.hpp560 if (!json_util::readJsonPatch( // in getUserParameters()
1379 if (!json_util::readJsonPatch( // in handleReportPatch()
H A Dmanagers.hpp909 if (!json_util::readJsonPatch( // in requestRoutesManager()
H A Dhypervisor_system.hpp750 if (!json_util::readJsonPatch( // in handleHypervisorEthernetInterfacePatch()
H A Dtrigger.hpp618 if (!json_util::readJsonPatch( // in parsePostTriggerParams()
H A Dchassis.hpp767 if (!json_util::readJsonPatch( // in handleChassisPatch()
H A Dethernet.hpp2190 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
2349 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
H A Dprocessor.hpp1362 if (!json_util::readJsonPatch( in requestRoutesProcessor()
H A Dcertificate_service.hpp105 if (!json_util::readJsonPatch( // in getCertificateFromReqBody()
H A Dsystems.hpp3195 if (!json_util::readJsonPatch( // in handleComputerSystemPatch()
H A Dlog_services.hpp1810 if (!json_util::readJsonPatch(req, asyncResp->res, "Resolved", resolved)) in dBusEventLogEntryPatch()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp329 ASSERT_TRUE(readJsonPatch(req, res, "integer", integer)); in TEST()
343 ASSERT_FALSE(readJsonPatch(req, res, "integer", integer)); in TEST()
357 ASSERT_TRUE(readJsonPatch(req, res, "integer", integer)); in TEST()
371 ASSERT_FALSE(readJsonPatch(req, res, "integer", integer)); in TEST()
386 ASSERT_FALSE(readJsonPatch(req, res, "integer", integer)); in TEST()
/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp352 if (!redfish::json_util::readJsonPatch(req, asyncResp->res, "Message", in handleBroadcastService()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp706 bool readJsonPatch(const crow::Request& req, crow::Response& res, in readJsonPatch() function