Home
last modified time | relevance | path

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

/openbmc/bmcweb/test/include/
H A Dsessions_test.cpp12 nlohmann::json::object_t jsonValue; in TEST() local
38 nlohmann::json::object_t jsonValue; in TEST() local
/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.hpp564 createPidInterface(const std::shared_ptr<bmcweb::AsyncResp> & response,const std::string & type,std::string_view name,nlohmann::json & jsonValue,const std::string & path,const dbus::utility::ManagedObjectType & managedObj,bool createNewObject,dbus::utility::DBusPropertiesMap & output,std::string & chassis,const std::string & profile) createPidInterface() argument
/openbmc/bmcweb/redfish-core/lib/
H A Dsensors.hpp397 inline void populateChassisNode(nlohmann::json& jsonValue, in populateChassisNode()