Home
last modified time | relevance | path

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

/system/connectivity/wificond/net/
Dnetlink_manager.cpp324 vector<unique_ptr<const NL80211Packet>> response_vec; in SendMessageAndGetSingleResponseOrError() local
325 if (!SendMessageAndGetResponses(packet, &response_vec)) { in SendMessageAndGetSingleResponseOrError()
328 if (response_vec.size() != 1) { in SendMessageAndGetSingleResponseOrError()
329 LOG(ERROR) << "Unexpected response size: " << response_vec.size(); in SendMessageAndGetSingleResponseOrError()
333 *response = std::move(response_vec[0]); in SendMessageAndGetSingleResponseOrError()