Home | History | Annotate | Download | only in shill

Lines Matching full:manager

79 class Manager : public base::SupportsWeakPtr<Manager> {
117 Manager(ControlInterface* control_interface,
123 virtual ~Manager();
155 // Register a Service with the Manager. Manager may choose to
158 // Deregister a Service from the Manager. Caller is responsible
190 // Retrieve geolocation data from the Manager.
273 // will be removed and the manager will search for another matching profile.
275 // may also remove the service from the manager's list, e.g. WiFi services
297 // Callers must not register this service with the Manager or connect it
322 // Returns true if profile |a| has been pushed on the Manager's
453 // rules being enforced is in doc/manager-api.txt. Returns true iff all
460 // doc/manager-api.txt.
511 // Running in passive mode, manager will not manage any devices (all devices
689 // Load Manager default properties from |profile|.
697 RpcIdentifier(Manager::*get)(Error*));
700 RpcIdentifiers(Manager::*get)(Error*));
703 std::string(Manager::*get)(Error* error),
704 bool(Manager::*set)(const std::string&, Error*));
707 Strings(Manager::*get)(Error*));
710 bool(Manager::*get)(Error* error),
711 bool(Manager::*set)(const bool& value, Error* error));
828 // of the Manager object.
845 // Manager can be optionally configured with a list of technologies to
869 // Is a suspend delay currently registered with the power manager?
882 // Delegate to handle destination verification operations for the manager.
887 // The store resides in Manager so that it persists across Device reset.
905 // When true, suppresses autoconnects in Manager::AutoConnect.
923 DISALLOW_COPY_AND_ASSIGN(Manager);