Searched refs:ShillPropertyHandler (Results 1 – 5 of 5) sorted by relevance
105 ShillPropertyHandler::ShillPropertyHandler(Listener* listener) in ShillPropertyHandler() function in chromeos::internal::ShillPropertyHandler110 ShillPropertyHandler::~ShillPropertyHandler() { in ~ShillPropertyHandler()120 void ShillPropertyHandler::Init() { in Init()125 void ShillPropertyHandler::UpdateManagerProperties() { in UpdateManagerProperties()128 base::Bind(&ShillPropertyHandler::ManagerPropertiesCallback, in UpdateManagerProperties()132 bool ShillPropertyHandler::IsTechnologyAvailable( in IsTechnologyAvailable()137 bool ShillPropertyHandler::IsTechnologyEnabled( in IsTechnologyEnabled()142 bool ShillPropertyHandler::IsTechnologyEnabling( in IsTechnologyEnabling()147 bool ShillPropertyHandler::IsTechnologyUninitialized( in IsTechnologyUninitialized()152 void ShillPropertyHandler::SetTechnologyEnabled( in SetTechnologyEnabled()[all …]
40 class CHROMEOS_EXPORT ShillPropertyHandler42 public base::SupportsWeakPtr<ShillPropertyHandler> {101 explicit ShillPropertyHandler(Listener* listener);102 virtual ~ShillPropertyHandler();241 DISALLOW_COPY_AND_ASSIGN(ShillPropertyHandler);
66 : public internal::ShillPropertyHandler::Listener {366 scoped_ptr<internal::ShillPropertyHandler> shill_property_handler_;
37 class TestListener : public internal::ShillPropertyHandler::Listener {256 new internal::ShillPropertyHandler(listener_.get())); in SetupShillPropertyHandler()285 scoped_ptr<internal::ShillPropertyHandler> shill_property_handler_;
70 shill_property_handler_.reset(new internal::ShillPropertyHandler(this)); in InitShillPropertyHandler()354 base::Bind(&internal::ShillPropertyHandler::ConnectToBestServices, in ConnectToBestWifiNetwork()