Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp198 nlohmann::json& objectJson = dataJson[objectPath]; in getPropertiesForEnumerate() local
199 if (objectJson.is_null()) in getPropertiesForEnumerate()
201 objectJson = nlohmann::json::object(); in getPropertiesForEnumerate()
206 nlohmann::json& propertyJson = objectJson[name]; in getPropertiesForEnumerate()
319 nlohmann::json& objectJson = dataJson[objectPath.first.str]; in getManagedObjectsForEnumerate() local
320 if (objectJson.is_null()) in getManagedObjectsForEnumerate()
322 objectJson = nlohmann::json::object(); in getManagedObjectsForEnumerate()
329 objectJson[property.first]; in getManagedObjectsForEnumerate()