Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp181 nlohmann::json& objectJson = dataJson[objectPath]; in getPropertiesForEnumerate() local
182 if (objectJson.is_null()) in getPropertiesForEnumerate()
184 objectJson = nlohmann::json::object(); in getPropertiesForEnumerate()
189 nlohmann::json& propertyJson = objectJson[name]; in getPropertiesForEnumerate()
290 nlohmann::json& objectJson = dataJson[objectPath.first.str]; in getManagedObjectsForEnumerate() local
291 if (objectJson.is_null()) in getManagedObjectsForEnumerate()
293 objectJson = nlohmann::json::object(); in getManagedObjectsForEnumerate()
300 objectJson[property.first]; in getManagedObjectsForEnumerate()