Searched defs:jsonValue (Results 1 – 6 of 6) sorted by relevance
/openbmc/bmcweb/test/include/ |
H A D | sessions_test.cpp | 12 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 D | redfish_aggregator_test.cpp | 688 nlohmann::json jsonValue; local 728 nlohmann::json jsonValue; local 803 nlohmann::json jsonValue; local
|
/openbmc/bmcweb/redfish-core/include/utils/ |
H A D | json_utils.hpp | 157 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 D | http_response.hpp | 49 nlohmann::json jsonValue; member
|
/openbmc/bmcweb/redfish-core/lib/openbmc/ |
H A D | openbmc_managers.hpp | 564 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 D | sensors.hpp | 397 inline void populateChassisNode(nlohmann::json& jsonValue, in populateChassisNode()
|