Home | History | Annotate | Download | only in dbus

Lines Matching refs:string

11 #include <string>
35 // property defined to associate them with their string name.
41 // dbus::Property<std::string> name;
44 // dbus::Property<std::vector<std::string> > children;
105 // std::string name = p->name.value();
149 void Init(PropertySet* property_set, const std::string& name);
155 // const std::string &property_name) {
161 const std::string& name() const { return name_; }
197 std::string name_;
217 typedef base::Callback<void(const std::string& name)> PropertyChangedCallback;
225 PropertySet(ObjectProxy* object_proxy, const std::string& interface,
236 void RegisterProperty(const std::string& name, PropertyBase* property);
247 virtual void ChangedConnected(const std::string& interface_name,
248 const std::string& signal_name,
294 // containing a string with the name and a variant with the value, from
298 // Updates a single property by reading a string with the name and a
306 void NotifyPropertyChanged(const std::string& name);
314 const std::string& interface() const { return interface_; }
336 std::string interface_;
345 typedef std::map<const std::string, PropertyBase*> PropertiesMap;
553 CHROME_DBUS_EXPORT bool Property<std::string>::PopValueFromReader(
556 CHROME_DBUS_EXPORT void Property<std::string>::AppendSetValueToWriter(
558 extern template class CHROME_DBUS_EXPORT Property<std::string>;
569 CHROME_DBUS_EXPORT bool Property<std::vector<std::string>>::PopValueFromReader(
573 std::vector<std::string>>::AppendSetValueToWriter(MessageWriter* writer);
574 extern template class CHROME_DBUS_EXPORT Property<std::vector<std::string>>;
594 Property<std::map<std::string, std::string>>::PopValueFromReader(
598 Property<std::map<std::string, std::string>>::AppendSetValueToWriter(
601 Property<std::map<std::string, std::string>>;
616 Property<std::unordered_map<std::string, std::vector<uint8_t>>>::
620 Property<std::unordered_map<std::string, std::vector<uint8_t>>>::
623 Property<std::unordered_map<std::string, std::vector<uint8_t>>>;