Searched refs:ongoing_operations_ (Results 1 – 1 of 1) sorted by relevance
467 auto op = find_if(ongoing_operations_.begin(), ongoing_operations_.end(), in OnVolumeControlStateReadOrNotified()473 if (op == ongoing_operations_.end()) { in OnVolumeControlStateReadOrNotified()499 ongoing_operations_.erase(op); in OnVolumeControlStateReadOrNotified()694 if (ongoing_operations_.empty()) { in RemoveDeviceFromOperationList()698 for (auto& op : ongoing_operations_) { in RemoveDeviceFromOperationList()707 ongoing_operations_.erase( in RemoveDeviceFromOperationList()708 std::remove_if(ongoing_operations_.begin(), ongoing_operations_.end(), in RemoveDeviceFromOperationList()710 ongoing_operations_.end()); in RemoveDeviceFromOperationList()714 auto op = find_if(ongoing_operations_.begin(), ongoing_operations_.end(), in RemoveDeviceFromOperationList()719 if (op == ongoing_operations_.end()) { in RemoveDeviceFromOperationList()[all …]