Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmanager.cc918 ServiceRefPtr Manager::GetServiceWithGUID( in GetServiceWithGUID() function in shill::Manager
2284 GetServiceWithGUID(args.GetString(kGuidProperty), nullptr); in GetServiceInner()
2414 service = GetServiceWithGUID(args.GetString(kGuidProperty), nullptr); in ConfigureServiceForProfile()
Dmanager.h287 virtual ServiceRefPtr GetServiceWithGUID(const std::string& guid,
Dmanager_unittest.cc3360 TEST_F(ManagerTest, GetServiceWithGUID) { in TEST_F() argument
3386 ServiceRefPtr service = manager()->GetServiceWithGUID(kGUID0, &error); in TEST_F()
3406 ServiceRefPtr service = manager()->GetServiceWithGUID(kGUID0, &error); in TEST_F()