Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dprofile.h196 const std::string& GetUser() const { return name_.user; } in GetUser() function
Dmanager.cc444 if (!profiles_.empty() && !profiles_.back()->GetUser().empty()) { in PushProfileInternal()
625 while (!profiles_.empty() && !profiles_.back()->GetUser().empty()) { in PopAllUserProfiles()
Dmanager_unittest.cc1132 EXPECT_TRUE(profiles[0]->GetUser().empty()); in TEST_F()
1133 EXPECT_TRUE(profiles[1]->GetUser().empty()); in TEST_F()