Home | History | Annotate | Download | only in dbus

Lines Matching refs:PropertySet

21 void PropertyBase::Init(PropertySet* property_set, const std::string& name) {
29 // PropertySet implementation.
32 PropertySet::PropertySet(
41 PropertySet::~PropertySet() {
44 void PropertySet::RegisterProperty(const std::string& name,
50 void PropertySet::ConnectSignals() {
55 base::Bind(&PropertySet::ChangedReceived,
57 base::Bind(&PropertySet::ChangedConnected,
62 void PropertySet::ChangedReceived(Signal* signal) {
87 void PropertySet::ChangedConnected(const std::string& interface_name,
95 void PropertySet::Get(PropertyBase* property, GetCallback callback) {
104 base::Bind(&PropertySet::OnGet,
110 void PropertySet::OnGet(PropertyBase* property, GetCallback callback,
125 void PropertySet::GetAll() {
133 base::Bind(&PropertySet::OnGetAll,
137 void PropertySet::OnGetAll(Response* response) {
150 void PropertySet::Set(PropertyBase* property, SetCallback callback) {
160 base::Bind(&PropertySet::OnSet,
166 void PropertySet::OnSet(PropertyBase* property,
174 bool PropertySet::UpdatePropertiesFromReader(MessageReader* reader) {
189 bool PropertySet::UpdatePropertyFromReader(MessageReader* reader) {
210 void PropertySet::NotifyPropertyChanged(const std::string& name) {