Searched refs:readJsonObject (Results 1 – 13 of 13) sorted by relevance
| /openbmc/bmcweb/redfish-core/include/utils/ |
| H A D | json_utils.hpp | 631 bool readJsonObject(nlohmann::json::object_t& jsonRequest, crow::Response& res, in readJsonObject() function 654 return readJsonObject(*obj, res, key, std::forward<FirstType>(first), in readJson() 742 return readJsonObject(*jsonRequest, res, key, in readJsonPatch() 779 return readJsonObject(*object, res, key, in readJsonAction()
|
| /openbmc/bmcweb/redfish-core/lib/ |
| H A D | power.hpp | 95 if (!json_util::readJsonObject( // in afterGetChassisPath()
|
| H A D | assembly.hpp | 350 if (json_util::readJsonObject(item, asyncResp->res, in afterHandleChassisAssemblyPatch()
|
| H A D | trigger.hpp | 286 if (!json_util::readJsonObject( // in parseThreshold() 400 if (!json_util::readJsonObject( // in parseDiscreteTriggers()
|
| H A D | ethernet.hpp | 1079 if (!json_util::readJsonObject(*obj, asyncResp->res, "Address", in handleIPv6DefaultGateway() 1561 if (!json_util::readJsonObject( // in parseAddresses() 1792 if (!json_util::readJsonObject( // in handleIPv6StaticAddressesPatch() 2217 if (!json_util::readJsonObject(relatedInterfaces[0], in requestEthernetInterfacesRoutes()
|
| H A D | hypervisor_system.hpp | 562 if (!json_util::readJsonObject( // in handleHypervisorIPv4StaticPatch()
|
| H A D | event_service.hpp | 717 if (!json_util::readJsonObject(mrdObj, asyncResp->res, in requestRoutesEventDestinationCollection()
|
| H A D | update_service.hpp | 767 if (!json_util::readJsonObject( // in processUpdateParameters()
|
| H A D | metric_report_definition.hpp | 465 if (!json_util::readJsonObject( // in getUserMetric()
|
| H A D | account_service.hpp | 434 if (!json_util::readJsonObject( // in handleRoleMapPatch()
|
| H A D | sensors.hpp | 2228 if (!json_util::readJsonObject( // in setSensorsOverride()
|
| /openbmc/bmcweb/redfish-core/lib/openbmc/ |
| H A D | openbmc_managers.hpp | 538 if (!redfish::json_util::readJsonObject(odata, response->res, in getZonesFromJsonReq() 911 if (!redfish::json_util::readJsonObject( // in createPidInterface() 1537 if (!json_util::readJsonObject( in handlePatchManagerOpenBmc()
|
| /openbmc/bmcweb/test/redfish-core/include/utils/ |
| H A D | json_utils_test.cpp | 63 ASSERT_TRUE(readJsonObject(jsonRequest, res, "integer", integer, "string", in TEST()
|