Searched refs:ShillPropertyHandler (Results 1 – 5 of 5) sorted by relevance
101 ShillPropertyHandler::ShillPropertyHandler(Listener* listener) in ShillPropertyHandler() function in chromeos::internal::ShillPropertyHandler106 ShillPropertyHandler::~ShillPropertyHandler() { in ~ShillPropertyHandler()116 void ShillPropertyHandler::Init() { in Init()121 void ShillPropertyHandler::UpdateManagerProperties() { in UpdateManagerProperties()124 base::Bind(&ShillPropertyHandler::ManagerPropertiesCallback, in UpdateManagerProperties()128 bool ShillPropertyHandler::IsTechnologyAvailable( in IsTechnologyAvailable()133 bool ShillPropertyHandler::IsTechnologyEnabled( in IsTechnologyEnabled()138 bool ShillPropertyHandler::IsTechnologyEnabling( in IsTechnologyEnabling()143 bool ShillPropertyHandler::IsTechnologyUninitialized( in IsTechnologyUninitialized()148 void ShillPropertyHandler::SetTechnologyEnabled( in SetTechnologyEnabled()[all …]
40 class CHROMEOS_EXPORT ShillPropertyHandler42 public base::SupportsWeakPtr<ShillPropertyHandler> {90 explicit ShillPropertyHandler(Listener* listener);91 virtual ~ShillPropertyHandler();229 DISALLOW_COPY_AND_ASSIGN(ShillPropertyHandler);
62 : public internal::ShillPropertyHandler::Listener {334 scoped_ptr<internal::ShillPropertyHandler> shill_property_handler_;
37 class TestListener : public internal::ShillPropertyHandler::Listener {246 new internal::ShillPropertyHandler(listener_.get())); in SetupShillPropertyHandler()280 scoped_ptr<internal::ShillPropertyHandler> shill_property_handler_;
71 shill_property_handler_.reset(new internal::ShillPropertyHandler(this)); in InitShillPropertyHandler()341 base::Bind(&internal::ShillPropertyHandler::ConnectToBestServices, in ConnectToBestWifiNetwork()