Home
last modified time | relevance | path

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

12

/openbmc/bmcweb/redfish-core/lib/
H A Dthermal.hpp74 if (!json_util::readJsonPatch( // in requestRoutesThermal()
H A Dredfish_sessions.hpp242 if (!json_util::readJsonPatch( // in handleSessionCollectionPost()
338 if (!json_util::readJsonPatch( // in handleSessionServicePatch()
H A Daggregation_service.hpp272 if (!json_util::readJsonPatch(req, asyncResp->res, "HostName", hostname, in handleAggregationSourceCollectionPost()
342 if (!json_util::readJsonPatch(req, asyncResp->res, "UserName", username, in handleAggregationSourcePatch()
H A Devent_service.hpp128 if (!json_util::readJsonPatch( // in requestRoutesEventService()
341 if (!json_util::readJsonPatch( // in requestRoutesEventDestinationCollection()
843 if (!json_util::readJsonPatch( // in requestRoutesEventDestination()
H A Dpower.hpp310 if (!json_util::readJsonPatch( // in handleChassisPowerPatch()
H A Dassembly.hpp376 if (!redfish::json_util::readJsonPatch(req, asyncResp->res, "Assemblies", in handleChassisAssemblyPatch()
H A Daccount_service.hpp1574 if (!json_util::readJsonPatch( // in handleAccountServicePatch()
1930 if (!json_util::readJsonPatch( // in handleAccountCollectionPost()
2241 if (!json_util::readJsonPatch( // in handleAccountPatch()
2264 if (!json_util::readJsonPatch(req, asyncResp->res, "Password", in handleAccountPatch()
H A Dfabric_adapters.hpp306 if (!json_util::readJsonPatch(req, asyncResp->res, in afterHandleFabricAdapterPatch()
H A Dfan.hpp393 if (!json_util::readJsonPatch(req, asyncResp->res, in handleFanPatch()
H A Dnetwork_protocol.hpp488 if (!json_util::readJsonPatch( in handleManagersNetworkProtocolPatch()
H A Dfabric_ports.hpp472 if (!json_util::readJsonPatch(req, asyncResp->res, in handlePortPatch()
H A Dpower_supply.hpp545 if (!json_util::readJsonPatch( // in handlePowerSupplyGet()
H A Dmetric_report_definition.hpp560 if (!json_util::readJsonPatch( // in getUserParameters()
1355 if (!json_util::readJsonPatch( // in handleReportPatch()
H A Dhypervisor_system.hpp750 if (!json_util::readJsonPatch( // in handleHypervisorEthernetInterfacePatch()
H A Dmemory.hpp918 if (!json_util::readJsonPatch( // in handleMemoryPatch()
H A Dmanagers.hpp865 if (!json_util::readJsonPatch( // in handleManagerPatch()
H A Dchassis.hpp743 if (!json_util::readJsonPatch( // in handleChassisPatch()
H A Dtrigger.hpp609 if (!json_util::readJsonPatch( // in parsePostTriggerParams()
H A Dprocessor.hpp1059 if (!json_util::readJsonPatch( in handleProcessorPatch()
H A Dethernet.hpp2198 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
2358 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
H A Dcertificate_service.hpp103 if (!json_util::readJsonPatch( // in getCertificateFromReqBody()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp333 ASSERT_TRUE(readJsonPatch(req, res, "integer", integer)); in TEST()
347 ASSERT_FALSE(readJsonPatch(req, res, "integer", integer)); in TEST()
361 ASSERT_TRUE(readJsonPatch(req, res, "integer", integer)); in TEST()
375 ASSERT_FALSE(readJsonPatch(req, res, "integer", integer)); in TEST()
390 ASSERT_FALSE(readJsonPatch(req, res, "integer", integer)); in TEST()
/openbmc/bmcweb/features/ibm/
H A Dibm_management_console_rest.hpp352 if (!redfish::json_util::readJsonPatch(req, asyncResp->res, "Message", in handleBroadcastService()
/openbmc/bmcweb/redfish-core/include/utils/
H A Deventlog_utils.hpp754 if (!json_util::readJsonPatch(req, asyncResp->res, "Resolved", resolved)) in dBusEventLogEntryPatch()
H A Djson_utils.hpp727 bool readJsonPatch(const crow::Request& req, crow::Response& res, in readJsonPatch() function

12