HomeSort by relevance Sort by last modified time
    Searched full:default_profile_ (Results 1 - 1 of 1) sorted by null

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

Completed in 56 milliseconds