Searched defs:profile_test_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dclient_cert_resolver_unittest.cc51 profile_test_(NULL),
75 profile_test_ =
167 profile_test_->AddProfile(kUserProfilePath, kUserHash);
181 profile_test_->AddService(kUserProfilePath, kWifiStub);
238 ShillProfileClient::TestInterface* profile_test_; member in class:chromeos::ClientCertResolverTest
H A Dshill_property_handler_unittest.cc173 profile_test_(NULL) {
192 profile_test_ =
194 ASSERT_TRUE(profile_test_); variable
251 profile_test_->GetProfilePaths(&profiles);
254 profile_test_->AddService(profiles[0], id);
299 ShillProfileClient::TestInterface* profile_test_; member in class:chromeos::ShillPropertyHandlerTest
H A Dnetwork_state_handler_unittest.cc176 profile_test_(NULL),
224 profile_test_ =
226 ASSERT_TRUE(profile_test_);
227 profile_test_->ClearProfiles();
264 ShillProfileClient::TestInterface* profile_test_; member in class:chromeos::NetworkStateHandlerTest
316 profile_test_->AddProfile(profile, "" /* userhash */);
317 EXPECT_TRUE(profile_test_->AddService(profile, wifi_favorite_path));
522 profile_test_->AddProfile(profile, "" /* userhash */);
523 EXPECT_TRUE(profile_test_->AddService(profile, wifi_path));
678 profile_test_
[all...]

Completed in 3145 milliseconds