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.hpp121 if (!json_util::readJsonPatch( // in requestRoutesEventService()
306 if (!json_util::readJsonPatch( // in requestRoutesEventDestinationCollection()
759 if (!json_util::readJsonPatch( // in requestRoutesEventDestination()
H A Dredfish_sessions.hpp216 if (!json_util::readJsonPatch( // in handleSessionCollectionPost()
337 if (!json_util::readJsonPatch( // in handleSessionServicePatch()
H A Dpower.hpp310 if (!json_util::readJsonPatch( // in handleChassisPowerPatch()
H A Daccount_service.hpp1548 if (!json_util::readJsonPatch( // in handleAccountServicePatch()
1902 if (!json_util::readJsonPatch( // in handleAccountCollectionPost()
2225 if (!json_util::readJsonPatch( // in handleAccountPatch()
2248 if (!json_util::readJsonPatch(req, asyncResp->res, "Password", in handleAccountPatch()
H A Dnetwork_protocol.hpp510 if (!json_util::readJsonPatch( in handleManagersNetworkProtocolPatch()
H A Dmetric_report_definition.hpp535 if (!json_util::readJsonPatch( // in getUserParameters()
1339 if (!json_util::readJsonPatch( // in handleReportPatch()
H A Dhypervisor_system.hpp734 if (!json_util::readJsonPatch( // in handleHypervisorEthernetInterfacePatch()
H A Dchassis.hpp681 if (!json_util::readJsonPatch( // in handleChassisPatch()
H A Dtrigger.hpp606 if (!json_util::readJsonPatch( // in parsePostTriggerParams()
H A Dethernet.hpp2140 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
2299 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
H A Dprocessor.hpp1363 if (!json_util::readJsonPatch( in requestRoutesProcessor()
H A Dcertificate_service.hpp69 if (!json_util::readJsonPatch( // in getCertificateFromReqBody()
H A Dmanagers.hpp2346 if (!json_util::readJsonPatch( // in requestRoutesManager()
H A Dsystems.hpp3202 if (!json_util::readJsonPatch( // in handleComputerSystemPatch()
H A Dlog_services.hpp1800 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()
384 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