Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1327 nlohmann::json::object_t* dataobj = in handleMethodResponse() local
1329 if (transaction->methodResponse.is_object() && dataobj != nullptr) in handleMethodResponse()
1331 for (auto& obj : *dataobj) in handleMethodResponse()
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py3170 def __init__(self, dataobj): argument
3171 self.data = dataobj