Searched refs:readJsonPatch (Results 1 – 19 of 19) sorted by relevance
/openbmc/bmcweb/redfish-core/lib/ |
H A D | thermal.hpp | 74 if (!json_util::readJsonPatch( // in requestRoutesThermal()
|
H A D | event_service.hpp | 121 if (!json_util::readJsonPatch( // in requestRoutesEventService() 306 if (!json_util::readJsonPatch( // in requestRoutesEventDestinationCollection() 759 if (!json_util::readJsonPatch( // in requestRoutesEventDestination()
|
H A D | redfish_sessions.hpp | 216 if (!json_util::readJsonPatch( // in handleSessionCollectionPost() 337 if (!json_util::readJsonPatch( // in handleSessionServicePatch()
|
H A D | power.hpp | 310 if (!json_util::readJsonPatch( // in handleChassisPowerPatch()
|
H A D | account_service.hpp | 1548 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 D | network_protocol.hpp | 510 if (!json_util::readJsonPatch( in handleManagersNetworkProtocolPatch()
|
H A D | metric_report_definition.hpp | 535 if (!json_util::readJsonPatch( // in getUserParameters() 1339 if (!json_util::readJsonPatch( // in handleReportPatch()
|
H A D | hypervisor_system.hpp | 734 if (!json_util::readJsonPatch( // in handleHypervisorEthernetInterfacePatch()
|
H A D | chassis.hpp | 681 if (!json_util::readJsonPatch( // in handleChassisPatch()
|
H A D | trigger.hpp | 606 if (!json_util::readJsonPatch( // in parsePostTriggerParams()
|
H A D | ethernet.hpp | 2140 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes() 2299 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
|
H A D | processor.hpp | 1363 if (!json_util::readJsonPatch( in requestRoutesProcessor()
|
H A D | certificate_service.hpp | 69 if (!json_util::readJsonPatch( // in getCertificateFromReqBody()
|
H A D | managers.hpp | 2346 if (!json_util::readJsonPatch( // in requestRoutesManager()
|
H A D | systems.hpp | 3202 if (!json_util::readJsonPatch( // in handleComputerSystemPatch()
|
H A D | log_services.hpp | 1800 if (!json_util::readJsonPatch(req, asyncResp->res, "Resolved", resolved)) in dBusEventLogEntryPatch()
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | json_utils_test.cpp | 327 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 D | management_console_rest.hpp | 341 if (!redfish::json_util::readJsonPatch(req, asyncResp->res, "Message", in handleBroadcastService()
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 698 bool readJsonPatch(const crow::Request& req, crow::Response& res, in readJsonPatch() function
|