Searched refs:dataarr (Results 1 – 1 of 1) sorted by relevance
1337 nlohmann::json::array_t* dataarr = data.get_ptr<nlohmann::json::array_t*>(); in handleMethodResponse() local1340 if (methodResponseArr != nullptr && dataarr != nullptr) in handleMethodResponse()1342 for (auto& obj : *dataarr) in handleMethodResponse()