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 | 132 if (!json_util::readJsonPatch( // in requestRoutesEventService() 344 if (!json_util::readJsonPatch( // in requestRoutesEventDestinationCollection() 846 if (!json_util::readJsonPatch( // in requestRoutesEventDestination()
|
H A D | redfish_sessions.hpp | 253 if (!json_util::readJsonPatch( // in handleSessionCollectionPost() 349 if (!json_util::readJsonPatch( // in handleSessionServicePatch()
|
H A D | power.hpp | 315 if (!json_util::readJsonPatch( // in handleChassisPowerPatch()
|
H A D | account_service.hpp | 1577 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 D | network_protocol.hpp | 503 if (!json_util::readJsonPatch( in handleManagersNetworkProtocolPatch()
|
H A D | metric_report_definition.hpp | 560 if (!json_util::readJsonPatch( // in getUserParameters() 1379 if (!json_util::readJsonPatch( // in handleReportPatch()
|
H A D | managers.hpp | 909 if (!json_util::readJsonPatch( // in requestRoutesManager()
|
H A D | hypervisor_system.hpp | 750 if (!json_util::readJsonPatch( // in handleHypervisorEthernetInterfacePatch()
|
H A D | trigger.hpp | 618 if (!json_util::readJsonPatch( // in parsePostTriggerParams()
|
H A D | chassis.hpp | 767 if (!json_util::readJsonPatch( // in handleChassisPatch()
|
H A D | ethernet.hpp | 2190 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes() 2349 if (!json_util::readJsonPatch( // in requestEthernetInterfacesRoutes()
|
H A D | processor.hpp | 1362 if (!json_util::readJsonPatch( in requestRoutesProcessor()
|
H A D | certificate_service.hpp | 105 if (!json_util::readJsonPatch( // in getCertificateFromReqBody()
|
H A D | systems.hpp | 3195 if (!json_util::readJsonPatch( // in handleComputerSystemPatch()
|
H A D | log_services.hpp | 1810 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 | 329 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 D | 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 | json_utils.hpp | 706 bool readJsonPatch(const crow::Request& req, crow::Response& res, in readJsonPatch() function
|