Home | History | Annotate | Download | only in dbus

Lines Matching refs:Properties

26   // Properties structure that provides fake behavior for D-Bus calls.
27 struct Properties : public NfcAdapterClient::Properties {
28 explicit Properties(const PropertyChangedCallback& callback);
29 virtual ~Properties();
47 virtual Properties* GetProperties(
89 // Property changed callback passed when we create Properties* structures.
96 // Fake properties that are returned for the emulated adapters.
97 scoped_ptr<Properties> properties_;
98 scoped_ptr<Properties> second_properties_;