Lines Matching full:interface_name
81 // const std::string& interface_name)
84 // object_proxy, interface_name,
146 // |object_proxy|. The D-Bus interface name |interface_name| is that passed
155 const std::string& interface_name) = 0;
159 // name |interface_name| is that passed to RegisterInterface() by the
164 // |interface_name| as appropriate. An implementation class will only
167 const std::string& interface_name) { }
171 // name |interface_name| is that passed to RegisterInterface() by the
179 const std::string& interface_name) { }
188 // interface named in |interface_name|. That object's CreateProperties()
191 void RegisterInterface(const std::string& interface_name,
195 // |interface_name|, objects and properties of this interface will be
197 void UnregisterInterface(const std::string& interface_name);
204 // implementing the interface named in |interface_name| known to this manager.
206 const std::string& interface_name);
214 // |interface_name|, or NULL if the object manager has not been informed of
219 const std::string& interface_name);
239 void InterfacesAddedConnected(const std::string& interface_name,
246 void InterfacesRemovedConnected(const std::string& interface_name,
257 // for the interface named |interface_name| using the D-Bus message in
266 const std::string& interface_name,
270 // for the interfaces named |interface_name|.
274 const std::string& interface_name);