Home | History | Annotate | Download | only in dbus

Lines Matching refs:string

38 //       dbus::Property<std::string> name;
41 // dbus::Property<std::vector<std::string> > children;
81 // const std::string& interface_name)
155 const std::string& interface_name) = 0;
167 const std::string& interface_name) { }
179 const std::string& interface_name) { }
184 const std::string& service_name,
191 void RegisterInterface(const std::string& interface_name,
197 void UnregisterInterface(const std::string& interface_name);
206 const std::string& interface_name);
219 const std::string& interface_name);
274 void InterfacesAddedConnected(const std::string& interface_name,
275 const std::string& signal_name,
281 void InterfacesRemovedConnected(const std::string& interface_name,
282 const std::string& signal_name,
301 const std::string& interface_name,
309 const std::string& interface_name);
312 // |old_owner| is not the empty string and/or re-requests the set of managed
313 // objects when |new_owner| is not the empty string.
314 void NameOwnerChanged(const std::string& old_owner,
315 const std::string& new_owner);
318 std::string service_name_;
319 std::string service_name_owner_;
320 std::string match_rule_;
328 typedef std::map<std::string, Interface*> InterfaceMap;
342 typedef std::map<const std::string, PropertySet*> PropertiesMap;