Searched defs:shill_property_handler_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
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
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...]

Completed in 2154 milliseconds