Home | History | Annotate | Download | only in network

Lines Matching refs:service_path

57   // Gets the properties of the network with id |service_path|. See note on
60 const std::string& service_path,
64 // Sets the properties of the network with id |service_path|. This means the
69 const std::string& service_path,
80 void ClearProperties(const std::string& service_path,
86 // profile, and returns the new service_path to |callback| if successful.
96 // Removes the network |service_path| from any profiles that include it.
99 const std::string& service_path,
103 // Changes the profile for the network |service_path| to |profile_path|.
105 void SetNetworkProfile(const std::string& service_path,
126 const dbus::ObjectPath& service_path);
130 void ProfileEntryDeleterCompleted(const std::string& service_path);
131 bool PendingProfileEntryDeleterForTest(const std::string& service_path) {
132 return profile_entry_deleters_.count(service_path);
137 void SetPropertiesSuccessCallback(const std::string& service_path,
140 const std::string& service_path,
148 const std::string& service_path,
153 const std::string& service_path,