Home
last modified time | relevance | path

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

/system/connectivity/shill/wifi/
Dwifi_provider_unittest.cc82 default_profile_( in WiFiProviderTest()
118 EXPECT_CALL(*default_profile_, IsDefault()).WillRepeatedly(Return(true)); in SetUp()
119 EXPECT_CALL(*default_profile_, GetStorage()) in SetUp()
121 EXPECT_CALL(*default_profile_, GetConstStorage()) in SetUp()
184 service->set_profile(default_profile_); in BindServiceToDefaultProfile()
424 LoadAndFixupServiceEntries(default_profile_.get()); in LoadConnectCountByFrequency()
434 scoped_refptr<MockProfile> default_profile_; member in shill::WiFiProviderTest
499 CreateServicesFromProfile(default_profile_.get()); in TEST_F()
507 default_profile_.get(), nullptr, kModeManaged, kSecurityNone, false, in TEST_F()
518 CreateServicesFromProfile(default_profile_.get()); in TEST_F()
[all …]