Home
last modified time | relevance | path

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

/openbmc/bmcweb/features/openbmc_rest/
H A Dopenbmc_dbus_rest.hpp486 asyncResp->res.jsonValue["data"] = methodResponse; in ~InProgressActionData()
510 nlohmann::json methodResponse; member
1312 if (transaction->methodResponse.is_null()) in handleMethodResponse()
1314 transaction->methodResponse = std::move(data); in handleMethodResponse()
1326 transaction->methodResponse.get_ptr<nlohmann::json::object_t*>(); in handleMethodResponse()
1339 transaction->methodResponse.get_ptr<nlohmann::json::array_t*>(); in handleMethodResponse()
1352 nlohmann::json j = std::move(transaction->methodResponse); in handleMethodResponse()
1353 transaction->methodResponse = nlohmann::json::array(); in handleMethodResponse()
1354 transaction->methodResponse.emplace_back(std::move(j)); in handleMethodResponse()
1355 transaction->methodResponse.emplace_back(std::move(data)); in handleMethodResponse()
[all …]