Home
last modified time | relevance | path

Searched defs:jsonValue (Results 1 – 5 of 5) sorted by relevance

/openbmc/bmcweb/test/redfish-core/include/
H A Dredfish_aggregator_test.cpp662 nlohmann::json jsonValue; local
702 nlohmann::json jsonValue; local
777 nlohmann::json jsonValue; local
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp168 UnpackErrorCode unpackValueWithErrorCode(nlohmann::json& jsonValue, in unpackValueWithErrorCode()
271 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, in unpackValue()
360 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, Type& value) in unpackValue()
/openbmc/bmcweb/http/
H A Dhttp_response.hpp31 nlohmann::json jsonValue; member
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp812 std::string_view name, nlohmann::json& jsonValue, const std::string& path, in createPidInterface()
H A Dsensors.hpp490 inline void populateChassisNode(nlohmann::json& jsonValue, in populateChassisNode()