Searched refs:ShillPropertyHandler (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chromeos/network/
H A Dshill_property_handler.cc103 // ShillPropertyHandler
105 ShillPropertyHandler::ShillPropertyHandler(Listener* listener) function in class:chromeos::internal::ShillPropertyHandler
110 ShillPropertyHandler::~ShillPropertyHandler() {
120 void ShillPropertyHandler::Init() {
125 void ShillPropertyHandler::UpdateManagerProperties() {
128 base::Bind(&ShillPropertyHandler::ManagerPropertiesCallback,
132 bool ShillPropertyHandler::IsTechnologyAvailable(
137 bool ShillPropertyHandler
[all...]
H A Dshill_property_handler.h40 class CHROMEOS_EXPORT ShillPropertyHandler class in namespace:chromeos::internal
42 public base::SupportsWeakPtr<ShillPropertyHandler> {
101 explicit ShillPropertyHandler(Listener* listener);
102 virtual ~ShillPropertyHandler();
241 DISALLOW_COPY_AND_ASSIGN(ShillPropertyHandler);
H A Dnetwork_state_handler.h66 : public internal::ShillPropertyHandler::Listener {
242 // ShillPropertyHandler::Listener overrides.
260 // Called by ShillPropertyHandler when a watched service property changes.
266 // Called by ShillPropertyHandler when a watched device property changes.
272 // Called by ShillPropertyHandler when a watched network or device
280 // Called by ShillPropertyHandler when the portal check list manager property
285 // Called by ShillPropertyHandler when a technology list changes.
369 scoped_ptr<internal::ShillPropertyHandler> shill_property_handler_;
H A Dshill_property_handler_unittest.cc37 class TestListener : public internal::ShillPropertyHandler::Listener {
266 new internal::ShillPropertyHandler(listener_.get()));
295 scoped_ptr<internal::ShillPropertyHandler> shill_property_handler_;
H A Dnetwork_state_handler.cc70 shill_property_handler_.reset(new internal::ShillPropertyHandler(this));
354 base::Bind(&internal::ShillPropertyHandler::ConnectToBestServices,
428 // ShillPropertyHandler::Delegate overrides

Completed in 130 milliseconds