HomeSort by relevance Sort by last modified time
    Searched refs:profile_test_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chromeos/network/
client_cert_resolver_unittest.cc 50 profile_test_(NULL),
73 profile_test_ =
155 profile_test_->AddProfile(kUserProfilePath, kUserHash);
168 profile_test_->AddService(kUserProfilePath, kWifiStub);
220 ShillProfileClient::TestInterface* profile_test_; member in class:chromeos::ClientCertResolverTest
network_state_handler_unittest.cc 154 profile_test_(NULL),
202 profile_test_ =
204 ASSERT_TRUE(profile_test_);
205 profile_test_->ClearProfiles();
238 ShillProfileClient::TestInterface* profile_test_; member in class:chromeos::NetworkStateHandlerTest
287 profile_test_->AddProfile(profile, "" /* userhash */);
288 EXPECT_TRUE(profile_test_->AddService(profile, wifi_favorite_path));
490 profile_test_->AddProfile(profile, "" /* userhash */);
491 EXPECT_TRUE(profile_test_->AddService(profile, wifi_path));
649 profile_test_->AddProfile(profile, "" /* userhash */)
    [all...]
shill_property_handler_unittest.cc 173 profile_test_(NULL) {
192 profile_test_ =
194 ASSERT_TRUE(profile_test_); variable
241 profile_test_->GetProfilePaths(&profiles);
244 profile_test_->AddService(profiles[0], id);
289 ShillProfileClient::TestInterface* profile_test_; member in class:chromeos::ShillPropertyHandlerTest

Completed in 449 milliseconds