Searched refs:methodResponse (Results 1 – 1 of 1) sorted by relevance
486 asyncResp->res.jsonValue["data"] = methodResponse; in ~InProgressActionData()510 nlohmann::json methodResponse; member1327 if (transaction->methodResponse.is_null()) in handleMethodResponse()1329 transaction->methodResponse = std::move(data); in handleMethodResponse()1341 transaction->methodResponse.get_ptr<nlohmann::json::object_t*>(); in handleMethodResponse()1354 transaction->methodResponse.get_ptr<nlohmann::json::array_t*>(); in handleMethodResponse()1367 nlohmann::json j = std::move(transaction->methodResponse); in handleMethodResponse()1368 transaction->methodResponse = nlohmann::json::array(); in handleMethodResponse()1369 transaction->methodResponse.emplace_back(std::move(j)); in handleMethodResponse()1370 transaction->methodResponse.emplace_back(std::move(data)); in handleMethodResponse()[all …]