Home | History | Annotate | Download | only in network

Lines Matching refs:service_path

54   //  No network matching |service_path| is found (hidden networks must be
106 void ConnectToNetwork(const std::string& service_path,
114 // kErrorNotFound if no network matching |service_path| is found.
118 void DisconnectNetwork(const std::string& service_path,
122 // Returns true if ConnectToNetwork has been called with |service_path| and
124 bool HasConnectingNetwork(const std::string& service_path);
156 ConnectRequest* GetPendingRequest(const std::string& service_path);
161 // pending_requests_[service_path]. |check_error_state| is passed from
164 const std::string& service_path,
168 void QueueConnectRequest(const std::string& service_path);
179 void CallShillConnect(const std::string& service_path);
183 const std::string& service_path,
188 void HandleShillConnectSuccess(const std::string& service_path);
189 void HandleShillConnectFailure(const std::string& service_path,
193 void CheckPendingRequest(const std::string service_path);
196 void ErrorCallbackForPendingRequest(const std::string& service_path,
201 const std::string& service_path,
206 void HandleShillDisconnectSuccess(const std::string& service_path,