Searched refs:GetFriendlyName (Results 1 – 12 of 12) sorted by relevance
/system/connectivity/shill/ |
D | ephemeral_profile.h | 43 std::string GetFriendlyName() override;
|
D | ephemeral_profile.cc | 51 string EphemeralProfile::GetFriendlyName() { in GetFriendlyName() function in shill::EphemeralProfile
|
D | profile_unittest.cc | 200 TEST_F(ProfileTest, GetFriendlyName) { in TEST_F() argument 206 EXPECT_EQ(kIdentifier, profile->GetFriendlyName()); in TEST_F() 210 EXPECT_EQ(string(kUser) + "/" + kIdentifier, profile->GetFriendlyName()); in TEST_F()
|
D | profile.h | 96 virtual std::string GetFriendlyName();
|
D | default_profile.cc | 190 storage()->SetString(kStorageId, kStorageName, GetFriendlyName()); in Save()
|
D | manager.cc | 1053 << destination->GetFriendlyName() in MoveServiceToProfile() 1055 << from->GetFriendlyName(); in MoveServiceToProfile() 1943 << " Profile: " << service->profile()->GetFriendlyName() in AutoConnect() 2043 << " Profile: " << service->profile()->GetFriendlyName() in ConnectToBestServicesTask() 2333 << profile->GetFriendlyName() in ConfigureService() 2337 << profile->GetFriendlyName() in ConfigureService() 2342 << profile->GetFriendlyName() in ConfigureService() 2364 << profile->GetFriendlyName(); in ConfigureService()
|
D | profile.cc | 175 string Profile::GetFriendlyName() { in GetFriendlyName() function in shill::Profile
|
D | service.cc | 1190 << (profile_ ? profile_->GetFriendlyName() : "(none)") in SetProfile() 1191 << " to " << (p ? p->GetFriendlyName() : "(none)") in SetProfile()
|
D | manager_unittest.cc | 1027 EXPECT_EQ(kProfile1, "~" + manager.ActiveProfile()->GetFriendlyName()); in TEST_F() 1061 EXPECT_EQ(kProfile2, "~" + service->profile()->GetFriendlyName()); in TEST_F() 1072 EXPECT_EQ(kProfile3, "~" + service->profile()->GetFriendlyName()); in TEST_F() 1085 EXPECT_EQ(kProfile2, "~" + service->profile()->GetFriendlyName()); in TEST_F()
|
D | service_unittest.cc | 126 string GetFriendlyName() { return service_->friendly_name(); } in GetFriendlyName() function in shill::ServiceTest 388 kNameProperty, brillo::Any(GetFriendlyName()), &error)); in TEST_F()
|
/system/connectivity/shill/dbus/ |
D | chromeos_profile_dbus_adaptor.cc | 49 ChromeosDBusAdaptor(bus, kPath + profile->GetFriendlyName()), in ChromeosProfileDBusAdaptor()
|
/system/connectivity/shill/cellular/ |
D | cellular_service_unittest.cc | 84 string GetFriendlyName() const { return service_->friendly_name(); } in GetFriendlyName() function in shill::CellularServiceTest 172 kAddress + "_" + GetFriendlyName(), in TEST_F()
|