Lines Matching refs:ExportedPropertySet
21 ExportedPropertySet::ExportedPropertySet(dbus::Bus* bus) in ExportedPropertySet() function in brillo::dbus_utils::ExportedPropertySet
25 void ExportedPropertySet::OnPropertiesInterfaceExported( in OnPropertiesInterfaceExported()
32 ExportedPropertySet::PropertyWriter ExportedPropertySet::GetPropertyWriter( in GetPropertyWriter()
34 return base::Bind(&ExportedPropertySet::WritePropertiesToDict, in GetPropertyWriter()
39 void ExportedPropertySet::RegisterProperty( in RegisterProperty()
50 base::Bind(&ExportedPropertySet::HandlePropertyUpdated, in RegisterProperty()
57 void ExportedPropertySet::UnregisterProperty(const std::string& interface_name, in UnregisterProperty()
68 VariantDictionary ExportedPropertySet::HandleGetAll( in HandleGetAll()
74 VariantDictionary ExportedPropertySet::GetInterfaceProperties( in GetInterfaceProperties()
85 void ExportedPropertySet::WritePropertiesToDict( in WritePropertiesToDict()
91 bool ExportedPropertySet::HandleGet(brillo::ErrorPtr* error, in HandleGet()
115 bool ExportedPropertySet::HandleSet(brillo::ErrorPtr* error, in HandleSet()
139 void ExportedPropertySet::HandlePropertyUpdated( in HandlePropertyUpdated()