Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp631 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 Dpower.hpp95 if (!json_util::readJsonObject( // in afterGetChassisPath()
H A Dassembly.hpp350 if (json_util::readJsonObject(item, asyncResp->res, in afterHandleChassisAssemblyPatch()
H A Dtrigger.hpp286 if (!json_util::readJsonObject( // in parseThreshold()
400 if (!json_util::readJsonObject( // in parseDiscreteTriggers()
H A Dethernet.hpp1079 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 Dhypervisor_system.hpp562 if (!json_util::readJsonObject( // in handleHypervisorIPv4StaticPatch()
H A Devent_service.hpp717 if (!json_util::readJsonObject(mrdObj, asyncResp->res, in requestRoutesEventDestinationCollection()
H A Dupdate_service.hpp767 if (!json_util::readJsonObject( // in processUpdateParameters()
H A Dmetric_report_definition.hpp465 if (!json_util::readJsonObject( // in getUserMetric()
H A Daccount_service.hpp434 if (!json_util::readJsonObject( // in handleRoleMapPatch()
H A Dsensors.hpp2228 if (!json_util::readJsonObject( // in setSensorsOverride()
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp538 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 Djson_utils_test.cpp63 ASSERT_TRUE(readJsonObject(jsonRequest, res, "integer", integer, "string", in TEST()