| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | thermal.hpp | 74 if (!json_util::readJsonPatch( // in requestRoutesThermal()
|
| H A D | redfish_sessions.hpp | 242 if (!json_util::readJsonPatch( // in handleSessionCollectionPost() 338 if (!json_util::readJsonPatch( // in handleSessionServicePatch()
|
| H A D | aggregation_service.hpp | 272 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 D | event_service.hpp | 128 if (!json_util::readJsonPatch( // in requestRoutesEventService() 341 if (!json_util::readJsonPatch( // in requestRoutesEventDestinationCollection() 843 if (!json_util::readJsonPatch( // in requestRoutesEventDestination()
|
| H A D | power.hpp | 310 if (!json_util::readJsonPatch( // in handleChassisPowerPatch()
|
| H A D | assembly.hpp | 376 if (!redfish::json_util::readJsonPatch(req, asyncResp->res, "Assemblies", in handleChassisAssemblyPatch()
|
| H A D | account_service.hpp | 1574 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 D | fabric_adapters.hpp | 306 if (!json_util::readJsonPatch(req, asyncResp->res, in afterHandleFabricAdapterPatch()
|
| H A D | fan.hpp | 393 if (!json_util::readJsonPatch(req, asyncResp->res, in handleFanPatch()
|
| H A D | network_protocol.hpp | 488 if (!json_util::readJsonPatch( in handleManagersNetworkProtocolPatch()
|
| H A D | fabric_ports.hpp | 472 if (!json_util::readJsonPatch(req, asyncResp->res, in handlePortPatch()
|
| H A D | power_supply.hpp | 545 if (!json_util::readJsonPatch( // in handlePowerSupplyGet()
|
| H A D | metric_report_definition.hpp | 560 if (!json_util::readJsonPatch( // in getUserParameters() 1355 if (!json_util::readJsonPatch( // in handleReportPatch()
|
| H A D | hypervisor_system.hpp | 750 if (!json_util::readJsonPatch( // in handleHypervisorEthernetInterfacePatch()
|
| H A D | memory.hpp | 918 if (!json_util::readJsonPatch( // in handleMemoryPatch()
|
| H A D | managers.hpp | 865 if (!json_util::readJsonPatch( // in handleManagerPatch()
|
| H A D | chassis.hpp | 743 if (!json_util::readJsonPatch( // in handleChassisPatch()
|
| H A D | trigger.hpp | 609 if (!json_util::readJsonPatch( // in parsePostTriggerParams()
|
| H A D | processor.hpp | 1059 if (!json_util::readJsonPatch( in handleProcessorPatch()
|
| H A D | ethernet.hpp | 2198 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes() 2358 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
|
| H A D | certificate_service.hpp | 103 if (!json_util::readJsonPatch( // in getCertificateFromReqBody()
|
| /openbmc/bmcweb/test/redfish-core/include/utils/ |
| H A D | json_utils_test.cpp | 333 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 D | ibm_management_console_rest.hpp | 352 if (!redfish::json_util::readJsonPatch(req, asyncResp->res, "Message", in handleBroadcastService()
|
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | eventlog_utils.hpp | 754 if (!json_util::readJsonPatch(req, asyncResp->res, "Resolved", resolved)) in dBusEventLogEntryPatch()
|
| H A D | json_utils.hpp | 727 bool readJsonPatch(const crow::Request& req, crow::Response& res, in readJsonPatch() function
|