Searched refs:readJsonObject (Results 1 – 12 of 12) sorted by relevance
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 640 bool readJsonObject(nlohmann::json::object_t& jsonRequest, crow::Response& res, in readJsonObject() function 663 return readJsonObject(*obj, res, key, std::forward<FirstType>(first), in readJson() 716 return readJsonObject(*jsonRequest, res, key, in readJsonPatch() 738 return readJsonObject(*object, res, key, in readJsonAction()
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | power.hpp | 91 if (!json_util::readJsonObject( // in afterGetChassisPath()
|
H A D | trigger.hpp | 283 if (!json_util::readJsonObject( // in parseThreshold() 397 if (!json_util::readJsonObject( // in parseDiscreteTriggers()
|
H A D | ethernet.hpp | 1060 if (!json_util::readJsonObject(*obj, asyncResp->res, "Address", in handleIPv6DefaultGateway() 1552 if (!json_util::readJsonObject( // in handleIPv4StaticPatch() 1734 if (!json_util::readJsonObject( // in handleIPv6StaticAddressesPatch() 2159 if (!json_util::readJsonObject(relatedInterfaces[0], in requestEthernetInterfacesRoutes()
|
H A D | event_service.hpp | 656 if (!json_util::readJsonObject(mrdObj, asyncResp->res, in requestRoutesEventDestinationCollection()
|
H A D | hypervisor_system.hpp | 546 if (!json_util::readJsonObject( // in handleHypervisorIPv4StaticPatch()
|
H A D | managers.hpp | 797 if (!redfish::json_util::readJsonObject(odata, response->res, in getZonesFromJsonReq() 1180 if (!redfish::json_util::readJsonObject( // in createPidInterface()
|
H A D | update_service.hpp | 765 if (!json_util::readJsonObject( // in extractMultipartUpdateParameters()
|
H A D | metric_report_definition.hpp | 440 if (!json_util::readJsonObject( // in getUserMetric()
|
H A D | account_service.hpp | 420 if (!json_util::readJsonObject( // in handleRoleMapPatch()
|
H A D | sensors.hpp | 2188 if (!json_util::readJsonObject( // in setSensorsOverride()
|
/openbmc/bmcweb/test/redfish-core/include/utils/ |
H A D | json_utils_test.cpp | 60 ASSERT_TRUE(readJsonObject(jsonRequest, res, "integer", integer, "string", in TEST()
|