Searched refs:pendingErase (Results 1 – 1 of 1) sorted by relevance
106 std::vector<sp<ErasedRecipient>> pendingErase; in erase() local118 pendingErase.push_back(erasedRecipient); in erase()125 for (auto& recipient : pendingErase) { in erase()168 std::vector<std::pair<sp<ErasedRecipient>, client_cache_t>> pendingErase; in removeProcess() local186 pendingErase.emplace_back(erasedRecipient, cacheId); in removeProcess()193 for (auto& [recipient, cacheId] : pendingErase) { in removeProcess()