Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmock_manager.h68 MOCK_CONST_METHOD0(GetDefaultService, ServiceRefPtr());
Dmanager.cc936 ServiceRefPtr Manager::GetDefaultService() const { in GetDefaultService() function in shill::Manager
946 ServiceRefPtr default_service = GetDefaultService(); in GetDefaultServiceRpcIdentifier()
2105 const ServiceRefPtr& service = GetDefaultService(); in RefreshConnectionState()
Dmanager.h305 virtual ServiceRefPtr GetDefaultService() const;
Dmanager_unittest.cc3334 TEST_F(ManagerTest, GetDefaultService) { in TEST_F() argument
3335 EXPECT_FALSE(manager()->GetDefaultService().get()); in TEST_F()
3346 EXPECT_FALSE(manager()->GetDefaultService().get()); in TEST_F()
3353 EXPECT_EQ(mock_service.get(), manager()->GetDefaultService().get()); in TEST_F()