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

/external/chromium_org/chromeos/network/
H A Dshill_property_handler.cc99 // ShillPropertyHandler
101 ShillPropertyHandler::ShillPropertyHandler(Listener* listener) function in class:chromeos::internal::ShillPropertyHandler
106 ShillPropertyHandler::~ShillPropertyHandler() {
116 void ShillPropertyHandler::Init() {
121 void ShillPropertyHandler::UpdateManagerProperties() {
124 base::Bind(&ShillPropertyHandler::ManagerPropertiesCallback,
128 bool ShillPropertyHandler::IsTechnologyAvailable(
133 bool ShillPropertyHandler
[all...]
H A Dshill_property_handler.h40 class CHROMEOS_EXPORT ShillPropertyHandler class in namespace:chromeos::internal
42 public base::SupportsWeakPtr<ShillPropertyHandler> {
90 explicit ShillPropertyHandler(Listener* listener);
91 virtual ~ShillPropertyHandler();
229 DISALLOW_COPY_AND_ASSIGN(ShillPropertyHandler);
H A Dnetwork_state_handler.h62 : public internal::ShillPropertyHandler::Listener {
239 // ShillPropertyHandler::Listener overrides.
257 // Called by ShillPropertyHandler when a watched service property changes.
263 // Called by ShillPropertyHandler when a watched device property changes.
269 // Called by ShillPropertyHandler when the portal check list manager property
274 // Called by ShillPropertyHandler when a technology list changes.
334 scoped_ptr<internal::ShillPropertyHandler> shill_property_handler_;
H A Dshill_property_handler_unittest.cc37 class TestListener : public internal::ShillPropertyHandler::Listener {
246 new internal::ShillPropertyHandler(listener_.get()));
280 scoped_ptr<internal::ShillPropertyHandler> shill_property_handler_;
H A Dnetwork_state_handler.cc71 shill_property_handler_.reset(new internal::ShillPropertyHandler(this));
341 base::Bind(&internal::ShillPropertyHandler::ConnectToBestServices,
427 // ShillPropertyHandler::Delegate overrides

Completed in 170 milliseconds