Home
last modified time | relevance | path

Searched refs:readJsonObject (Results 1 – 12 of 12) sorted by relevance

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp640 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 Dpower.hpp91 if (!json_util::readJsonObject( // in afterGetChassisPath()
H A Dtrigger.hpp283 if (!json_util::readJsonObject( // in parseThreshold()
397 if (!json_util::readJsonObject( // in parseDiscreteTriggers()
H A Dethernet.hpp1060 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 Devent_service.hpp656 if (!json_util::readJsonObject(mrdObj, asyncResp->res, in requestRoutesEventDestinationCollection()
H A Dhypervisor_system.hpp546 if (!json_util::readJsonObject( // in handleHypervisorIPv4StaticPatch()
H A Dmanagers.hpp797 if (!redfish::json_util::readJsonObject(odata, response->res, in getZonesFromJsonReq()
1180 if (!redfish::json_util::readJsonObject( // in createPidInterface()
H A Dupdate_service.hpp765 if (!json_util::readJsonObject( // in extractMultipartUpdateParameters()
H A Dmetric_report_definition.hpp440 if (!json_util::readJsonObject( // in getUserMetric()
H A Daccount_service.hpp420 if (!json_util::readJsonObject( // in handleRoleMapPatch()
H A Dsensors.hpp2188 if (!json_util::readJsonObject( // in setSensorsOverride()
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp60 ASSERT_TRUE(readJsonObject(jsonRequest, res, "integer", integer, "string", in TEST()