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.hpp205 nlohmann::json& objectJson = dataJson[objectPath]; in getPropertiesForEnumerate() local
206 if (objectJson.is_null()) in getPropertiesForEnumerate()
208 objectJson = nlohmann::json::object(); in getPropertiesForEnumerate()
213 nlohmann::json& propertyJson = objectJson[name]; in getPropertiesForEnumerate()
326 nlohmann::json& objectJson = dataJson[objectPath.first.str]; in getManagedObjectsForEnumerate() local
327 if (objectJson.is_null()) in getManagedObjectsForEnumerate()
329 objectJson = nlohmann::json::object(); in getManagedObjectsForEnumerate()
336 objectJson[property.first]; in getManagedObjectsForEnumerate()