Home
last modified time | relevance | path

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

/external/chromium_org/chromeos/network/
Dnetwork_configuration_handler_unittest.cc125 network_configuration_handler_.reset(new NetworkConfigurationHandler()); in SetUp()
126 network_configuration_handler_->Init(network_state_handler_.get()); in SetUp()
131 network_configuration_handler_.reset(); in TearDown()
200 return network_configuration_handler_-> in PendingProfileEntryDeleterForTest()
209 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_; member in chromeos::NetworkConfigurationHandlerTest
240 network_configuration_handler_->GetProperties( in TEST_F()
263 network_configuration_handler_->SetProperties( in TEST_F()
286 network_configuration_handler_->SetProperties( in TEST_F()
300 network_configuration_handler_->ClearProperties( in TEST_F()
323 network_configuration_handler_->SetProperties( in TEST_F()
[all …]
Dnetwork_handler.cc37 network_configuration_handler_.reset(new NetworkConfigurationHandler()); in NetworkHandler()
57 network_configuration_handler_->Init(network_state_handler_.get()); in Init()
61 network_configuration_handler_.get()); in Init()
63 network_configuration_handler_.get()); in Init()
113 return network_configuration_handler_.get(); in network_configuration_handler()
Dnetwork_connection_handler_unittest.cc50 network_configuration_handler_.reset( in SetUp()
56 network_configuration_handler_.get()); in SetUp()
61 network_configuration_handler_.reset(); in TearDown()
132 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_; member in chromeos::NetworkConnectionHandlerTest
Dmanaged_network_configuration_handler_impl.cc126 network_configuration_handler_->GetProperties( in GetManagedProperties()
216 network_configuration_handler_->GetProperties( in GetProperties()
291 network_configuration_handler_->SetProperties( in SetProperties()
330 network_configuration_handler_->CreateConfiguration( in CreateConfiguration()
338 network_configuration_handler_->RemoveConfiguration( in RemoveConfiguration()
446 network_configuration_handler_->CreateConfiguration( in CreateConfigurationFromPolicy()
476 network_configuration_handler_->CreateConfiguration( in UpdateExistingConfigurationWithPropertiesFromPolicy()
562 network_configuration_handler_(NULL), in ManagedNetworkConfigurationHandlerImpl()
576 network_configuration_handler_ = network_configuration_handler; in Init()
Dnetwork_connection_handler.cc147 network_configuration_handler_(NULL), in NetworkConnectionHandler()
180 network_configuration_handler_ = network_configuration_handler; in Init()
282 network_configuration_handler_->GetProperties( in ConnectToNetwork()
494 network_configuration_handler_->SetProperties( in VerifyConfiguredAndConnect()
596 network_configuration_handler_->SetNetworkProfile( in CheckPendingRequest()
Dnetwork_handler.h74 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_; variable
Dmanaged_network_configuration_handler_unittest.cc180 network_configuration_handler_.reset( in SetUp()
188 network_configuration_handler_.get()); in SetUp()
195 network_configuration_handler_.reset(); in TearDown()
264 scoped_ptr<NetworkConfigurationHandler> network_configuration_handler_; member in chromeos::ManagedNetworkConfigurationHandlerTest
Dnetwork_connection_handler.h195 NetworkConfigurationHandler* network_configuration_handler_; variable
Dmanaged_network_configuration_handler_impl.h132 NetworkConfigurationHandler* network_configuration_handler_; variable