Home | History | Annotate | Download | only in dbus

Lines Matching refs:Properties

27   // Properties structure that provides fake behavior for D-Bus calls.
28 struct Properties : public NfcRecordClient::Properties {
29 explicit Properties(const PropertyChangedCallback& callback);
30 virtual ~Properties();
51 virtual Properties* GetProperties(
67 // Property changed callback passed when we create Properties* structures.
71 // Called by Properties* structures when GetAll is called.
81 // Fake properties that are returned for the fake records.
82 scoped_ptr<Properties> device_smart_poster_record_properties_;
83 scoped_ptr<Properties> device_text_record_properties_;
84 scoped_ptr<Properties> device_uri_record_properties_;
85 scoped_ptr<Properties> tag_record_properties_;