Searched refs:shill_property_handler_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dshill_property_handler_unittest.cc200 shill_property_handler_.reset();
265 shill_property_handler_.reset(
267 shill_property_handler_->Init();
295 scoped_ptr<internal::ShillPropertyHandler> shill_property_handler_; member in class:chromeos::ShillPropertyHandlerTest
306 EXPECT_TRUE(shill_property_handler_->IsTechnologyAvailable(shill::kTypeWifi));
307 EXPECT_TRUE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWifi));
333 EXPECT_TRUE(shill_property_handler_->IsTechnologyAvailable(
335 EXPECT_FALSE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWifi));
344 EXPECT_TRUE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWifi));
491 shill_property_handler_
[all...]
H A Dnetwork_state_handler.cc70 shill_property_handler_.reset(new internal::ShillPropertyHandler(this));
71 shill_property_handler_->Init();
105 if (shill_property_handler_->IsTechnologyEnabled(technology))
107 else if (shill_property_handler_->IsTechnologyEnabling(technology))
109 else if (shill_property_handler_->IsTechnologyUninitialized(technology))
111 else if (shill_property_handler_->IsTechnologyAvailable(technology))
128 if (!shill_property_handler_->IsTechnologyAvailable(*technology))
132 shill_property_handler_->SetTechnologyEnabled(
341 shill_property_handler_->RequestScan();
355 shill_property_handler_
[all...]
H A Dnetwork_state_handler.h288 // Called by |shill_property_handler_| when the service or device list has
369 scoped_ptr<internal::ShillPropertyHandler> shill_property_handler_; member in class:chromeos::NetworkStateHandler

Completed in 225 milliseconds