Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp1370 nlohmann::json::array_t* dataarr = data.get_ptr<nlohmann::json::array_t*>(); in handleMethodResponse() local
1371 if (transaction->methodResponse.is_array() && dataarr != nullptr) in handleMethodResponse()
1373 for (auto& obj : *dataarr) in handleMethodResponse()