Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_provider_unittest.cc85 user_profile_( in WiFiProviderTest()
124 EXPECT_CALL(*user_profile_, IsDefault()).WillRepeatedly(Return(false)); in SetUp()
125 EXPECT_CALL(*user_profile_, GetStorage()) in SetUp()
127 EXPECT_CALL(*user_profile_, GetConstStorage()) in SetUp()
187 service->set_profile(user_profile_); in BindServiceToUserProfile()
435 scoped_refptr<MockProfile> user_profile_; member in shill::WiFiProviderTest
866 user_profile_.get(), "bar", kModeManaged, kSecurityRsn, false, true)); in TEST_F()
901 CreateServicesFromProfile(user_profile_.get()); in TEST_F()
1613 LoadAndFixupServiceEntries(user_profile_.get()); in TEST_F()