Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp1325 nlohmann::json::object_t* methodResponseObj = in handleMethodResponse() local
1327 if (methodResponseObj != nullptr && dataobj != nullptr) in handleMethodResponse()
1332 methodResponseObj->emplace(obj.first, std::move(obj.second)); in handleMethodResponse()