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.cpp688 nlohmann::json jsonValue; local
728 nlohmann::json jsonValue; local
803 nlohmann::json jsonValue; local
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp157 UnpackErrorCode unpackValueWithErrorCode(nlohmann::json& jsonValue, in unpackValueWithErrorCode()
260 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, in unpackValue()
349 bool unpackValue(nlohmann::json& jsonValue, std::string_view key, Type& value) in unpackValue()
/openbmc/bmcweb/http/
H A Dhttp_response.hpp49 nlohmann::json jsonValue; member
/openbmc/bmcweb/redfish-core/lib/openbmc/
H A Dopenbmc_managers.hpp563 std::string_view name, nlohmann::json& jsonValue, const std::string& path, in createPidInterface()
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp374 inline void populateChassisNode(nlohmann::json& jsonValue, in populateChassisNode()