Home
last modified time | relevance | path

Searched refs:profiles_ (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dmanager.cc300 for (const auto& profile : profiles_) { in Stop()
330 DCHECK(profiles_.empty()); // The default profile must go first on stack. in InitializeProfiles()
366 CHECK(!profiles_.empty()); // Must have a default profile. in InitializeProfiles()
422 for (const auto& profile : profiles_) { in HasProfile()
444 if (!profiles_.empty() && !profiles_.back()->GetUser().empty()) { in PushProfileInternal()
481 profiles_.push_back(profile); in PushProfileInternal()
508 LOG(INFO) << __func__ << " finished; " << profiles_.size() in PushProfileInternal()
540 CHECK(!profiles_.empty()); in PopProfileInternal()
541 ProfileRefPtr active_profile = profiles_.back(); in PopProfileInternal()
542 profiles_.pop_back(); in PopProfileInternal()
[all …]
Dmanager.h831 std::vector<ProfileRefPtr> profiles_; variable
Dmanager_unittest.cc208 manager->profiles_.push_back(profile); in AdoptProfile()
220 return manager->profiles_; in GetProfiles()
4464 manager.profiles_.clear(); in TEST_F()
4507 manager->profiles_[0]->Save(); in TEST_F()