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

  /external/chromium_org/chromeos/network/
shill_property_handler_unittest.cc 200 shill_property_handler_.reset();
255 shill_property_handler_.reset(
257 shill_property_handler_->Init();
285 scoped_ptr<internal::ShillPropertyHandler> shill_property_handler_; member in class:chromeos::ShillPropertyHandlerTest
296 EXPECT_TRUE(shill_property_handler_->IsTechnologyAvailable(shill::kTypeWifi));
297 EXPECT_TRUE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWifi));
323 EXPECT_TRUE(shill_property_handler_->IsTechnologyAvailable(
325 EXPECT_FALSE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWifi));
334 EXPECT_TRUE(shill_property_handler_->IsTechnologyEnabled(shill::kTypeWifi));
481 shill_property_handler_->UpdateManagerProperties()
    [all...]
network_state_handler.cc 70 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_->AsWeakPtr()))
    [all...]
network_state_handler.h 288 // Called by |shill_property_handler_| when the service or device list has
366 scoped_ptr<internal::ShillPropertyHandler> shill_property_handler_; member in class:chromeos::NetworkStateHandler

Completed in 185 milliseconds