Searched refs:pendingErase (Results 1 – 1 of 1) sorted by relevance
116 std::vector<sp<ErasedRecipient>> pendingErase; in erase() local128 pendingErase.push_back(erasedRecipient); in erase()135 for (auto& recipient : pendingErase) { in erase()179 std::vector<std::pair<sp<ErasedRecipient>, client_cache_t>> pendingErase; in removeProcess() local197 pendingErase.emplace_back(erasedRecipient, cacheId); in removeProcess()204 for (auto& [recipient, cacheId] : pendingErase) { in removeProcess()