Searched refs:csis_groups_ (Results 1 – 2 of 2) sorted by relevance
170 csis_groups_.push_back(g); in AssignCsisGroup()679 static_cast<int>(csis_groups_.size())); in AddFromStorage()687 for (const auto& csis_group : csis_groups_) { in AddFromStorage()717 csis_groups_.clear(); in CleanUp()728 for (const auto& g : csis_groups_) { in Dump()843 find_if(csis_groups_.cbegin(), csis_groups_.cend(), in FindCsisGroup()846 if (it == csis_groups_.end()) return nullptr; in FindCsisGroup()851 for (auto it = csis_groups_.begin(); it != csis_groups_.end(); it++) { in RemoveCsisGroup()853 csis_groups_.erase(it); in RemoveCsisGroup()878 for (const auto& csis_group : csis_groups_) { in NotifyCsisDeviceValidAndStoreIfNeeded()[all …]
982 std::list<std::shared_ptr<CsisGroup>> csis_groups_; in TEST_F() local984 csis_groups_.push_back(g_1); in TEST_F()