Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client.cc170 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 …]
Dcsis_client_test.cc982 std::list<std::shared_ptr<CsisGroup>> csis_groups_; in TEST_F() local
984 csis_groups_.push_back(g_1); in TEST_F()