Home
last modified time | relevance | path

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

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