Home
last modified time | relevance | path

Searched refs:GetServiceFromEntry (Results 1 – 4 of 4) sorted by relevance

/system/connectivity/shill/
Dprofile.h143 virtual ServiceRefPtr GetServiceFromEntry(const std::string& entry_name,
239 FRIEND_TEST(ProfileTest, GetServiceFromEntry);
Dprofile_unittest.cc483 TEST_F(ProfileTest, GetServiceFromEntry) { in TEST_F() argument
498 profile_->GetServiceFromEntry(kEntryName, &error); in TEST_F()
515 profile_->GetServiceFromEntry(kEntryName, &error)); in TEST_F()
532 profile_->GetServiceFromEntry(kEntryName, &error)); in TEST_F()
Dprofile.cc247 ServiceRefPtr Profile::GetServiceFromEntry(const std::string& entry_name, in GetServiceFromEntry() function in shill::Profile
/system/connectivity/shill/dbus/
Dchromeos_profile_dbus_adaptor.cc107 ServiceRefPtr service = profile_->GetServiceFromEntry(name, &e); in GetEntry()