Home
last modified time | relevance | path

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

/system/weaved/buffet/
Dmanager.cc458 std::vector<android::sp<android::weave::IWeaveClient>> pending_clients_copy; in CreateServicesForClients() local
459 std::swap(pending_clients_copy, pending_clients_); in CreateServicesForClients()
460 for (const auto& client : pending_clients_copy) { in CreateServicesForClients()