Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/network/
Dnetwork_state_handler_unittest.cc146 network_state_handler_->RemoveObserver(test_observer_.get(), FROM_HERE); in TearDown()
148 network_state_handler_.reset(); in TearDown()
154 network_state_handler_.reset(new NetworkStateHandler); in SetupNetworkStateHandler()
155 test_observer_.reset(new TestObserver(network_state_handler_.get())); in SetupNetworkStateHandler()
156 network_state_handler_->AddObserver(test_observer_.get(), FROM_HERE); in SetupNetworkStateHandler()
157 network_state_handler_->InitShillPropertyHandler(); in SetupNetworkStateHandler()
195 scoped_ptr<NetworkStateHandler> network_state_handler_; member in chromeos::NetworkStateHandlerTest
211 network_state_handler_->ConnectedNetworkByType( in TEST_F()
214 network_state_handler_->ConnectedNetworkByType( in TEST_F()
217 network_state_handler_->ConnectedNetworkByType( in TEST_F()
[all …]
Dnetwork_handler.cc34 network_state_handler_.reset(new NetworkStateHandler()); in NetworkHandler()
55 network_state_handler_->InitShillPropertyHandler(); in Init()
56 network_profile_handler_->Init(network_state_handler_.get()); in Init()
57 network_configuration_handler_->Init(network_state_handler_.get()); in Init()
59 network_state_handler_.get(), in Init()
62 network_connection_handler_->Init(network_state_handler_.get(), in Init()
65 network_cert_migrator_->Init(network_state_handler_.get()); in Init()
67 client_cert_resolver_->Init(network_state_handler_.get(), in Init()
101 return network_state_handler_.get(); in network_state_handler()
Dclient_cert_resolver_unittest.cc77 network_state_handler_.reset(); in TearDown()
125 network_state_handler_.reset(NetworkStateHandler::InitializeForTest()); in SetupNetworkHandlers()
131 network_profile_handler_->Init(network_state_handler_.get()); in SetupNetworkHandlers()
132 network_config_handler_->Init(network_state_handler_.get()); in SetupNetworkHandlers()
133 managed_config_handler_->Init(network_state_handler_.get(), in SetupNetworkHandlers()
136 client_cert_resolver_->Init(network_state_handler_.get(), in SetupNetworkHandlers()
228 scoped_ptr<NetworkStateHandler> network_state_handler_; member in chromeos::ClientCertResolverTest
Dnetwork_connection_handler_unittest.cc49 network_state_handler_.reset(NetworkStateHandler::InitializeForTest()); in SetUp()
52 network_state_handler_.get())); in SetUp()
55 network_connection_handler_->Init(network_state_handler_.get(), in SetUp()
62 network_state_handler_.reset(); in TearDown()
131 scoped_ptr<NetworkStateHandler> network_state_handler_; member in chromeos::NetworkConnectionHandlerTest
Dclient_cert_resolver.cc265 : network_state_handler_(NULL), in ClientCertResolver()
271 if (network_state_handler_) in ~ClientCertResolver()
272 network_state_handler_->RemoveObserver(this, FROM_HERE); in ~ClientCertResolver()
283 network_state_handler_ = network_state_handler; in Init()
284 network_state_handler_->AddObserver(this, FROM_HERE); in Init()
309 network_state_handler_->GetFavoriteList(&networks); in NetworkListChanged()
333 network_state_handler_->GetFavoriteList(&networks); in OnCertificatesLoaded()
343 network_state_handler_->GetFavoriteState(service_path); in PolicyApplied()
446 network_state_handler_->RequestUpdateForNetwork(it->service_path); in ConfigureCertificates()
Dnetwork_cert_migrator.cc222 cert_migrator_->network_state_handler_->RequestUpdateForNetwork( in NotifyNetworkStateHandler()
236 : network_state_handler_(NULL), in NetworkCertMigrator()
241 network_state_handler_->RemoveObserver(this, FROM_HERE); in ~NetworkCertMigrator()
248 network_state_handler_ = network_state_handler; in Init()
249 network_state_handler_->AddObserver(this, FROM_HERE); in Init()
265 network_state_handler_->GetNetworkList(&networks); in NetworkListChanged()
Dnetwork_configuration_handler.cc188 owner_->network_state_handler_->UpdateManagerProperties(); in ProfileEntryDeletedCallback()
346 : network_state_handler_(NULL) { in NetworkConfigurationHandler()
356 network_state_handler_ = network_state_handler; in Init()
368 network_state_handler_->RequestUpdateForNetwork(service_path.value()); in RunCreateNetworkCallback()
385 network_state_handler_->RequestUpdateForNetwork(service_path); in SetPropertiesSuccessCallback()
398 network_state_handler_->RequestUpdateForNetwork(service_path); in SetPropertiesErrorCallback()
436 network_state_handler_->RequestUpdateForNetwork(service_path); in ClearPropertiesSuccessCallback()
449 network_state_handler_->RequestUpdateForNetwork(service_path); in ClearPropertiesErrorCallback()
Dnetwork_profile_handler.cc136 if (network_state_handler_) in OnPropertyChanged()
137 network_state_handler_->UpdateManagerProperties(); in OnPropertyChanged()
201 : network_state_handler_(NULL), in NetworkProfileHandler()
206 network_state_handler_ = network_state_handler; in Init()
Dnetwork_configuration_handler_unittest.cc124 network_state_handler_.reset(NetworkStateHandler::InitializeForTest()); in SetUp()
126 network_configuration_handler_->Init(network_state_handler_.get()); in SetUp()
132 network_state_handler_.reset(); in TearDown()
208 scoped_ptr<NetworkStateHandler> network_state_handler_; member in chromeos::NetworkConfigurationHandlerTest
438 network_state_handler_.reset(NetworkStateHandler::InitializeForTest()); in SetUp()
440 network_state_handler_->AddObserver(test_observer_.get(), FROM_HERE); in SetUp()
443 network_configuration_handler_->Init(network_state_handler_.get()); in SetUp()
451 network_state_handler_->RemoveObserver(test_observer_.get(), FROM_HERE); in TearDown()
452 network_state_handler_.reset(); in TearDown()
494 scoped_ptr<NetworkStateHandler> network_state_handler_; member in chromeos::NetworkConfigurationHandlerStubTest
Dnetwork_connection_handler.cc146 network_state_handler_(NULL), in NetworkConnectionHandler()
153 if (network_state_handler_) in ~NetworkConnectionHandler()
154 network_state_handler_->RemoveObserver(this, FROM_HERE); in ~NetworkConnectionHandler()
177 network_state_handler_ = network_state_handler; in Init()
178 network_state_handler_->AddObserver(this, FROM_HERE); in Init()
204 network_state_handler_->ConnectToBestWifiNetwork(); in OnCertificatesLoaded()
227 network_state_handler_->GetNetworkState(service_path); in ConnectToNetwork()
296 network_state_handler_->GetNetworkState(service_path); in DisconnectNetwork()
584 network_state_handler_->GetNetworkState(service_path); in CheckPendingRequest()
Dnetwork_cert_migrator_unittest.cc64 network_state_handler_.reset(); in TearDown()
97 network_state_handler_.reset(NetworkStateHandler::InitializeForTest()); in SetupNetworkHandlers()
99 network_cert_migrator_->Init(network_state_handler_.get()); in SetupNetworkHandlers()
181 scoped_ptr<NetworkStateHandler> network_state_handler_; member in chromeos::NetworkCertMigratorTest
Dnetwork_cert_migrator.h41 NetworkStateHandler* network_state_handler_; variable
Dclient_cert_resolver.h77 NetworkStateHandler* network_state_handler_; variable
Dnetwork_profile_handler.h75 NetworkStateHandler* network_state_handler_;
Dnetwork_handler.h71 scoped_ptr<NetworkStateHandler> network_state_handler_; variable
Dmanaged_network_configuration_handler_impl.cc228 network_state_handler_->GetNetworkState(service_path); in SetProperties()
560 : network_state_handler_(NULL), in ManagedNetworkConfigurationHandlerImpl()
574 network_state_handler_ = network_state_handler; in Init()
Dnetwork_connection_handler.h194 NetworkStateHandler* network_state_handler_; variable
Dnetwork_configuration_handler.h160 NetworkStateHandler* network_state_handler_; variable
Dmanaged_network_configuration_handler_impl.h130 NetworkStateHandler* network_state_handler_; variable