Lines Matching refs:ExportedPropertySet
20 ExportedPropertySet::ExportedPropertySet(dbus::Bus* bus) in ExportedPropertySet() function in brillo::dbus_utils::ExportedPropertySet
24 void ExportedPropertySet::OnPropertiesInterfaceExported( in OnPropertiesInterfaceExported()
31 ExportedPropertySet::PropertyWriter ExportedPropertySet::GetPropertyWriter( in GetPropertyWriter()
33 return base::Bind(&ExportedPropertySet::WritePropertiesToDict, in GetPropertyWriter()
38 void ExportedPropertySet::RegisterProperty( in RegisterProperty()
49 base::Bind(&ExportedPropertySet::HandlePropertyUpdated, in RegisterProperty()
56 void ExportedPropertySet::UnregisterProperty(const std::string& interface_name, in UnregisterProperty()
67 VariantDictionary ExportedPropertySet::HandleGetAll( in HandleGetAll()
73 VariantDictionary ExportedPropertySet::GetInterfaceProperties( in GetInterfaceProperties()
84 void ExportedPropertySet::WritePropertiesToDict( in WritePropertiesToDict()
90 bool ExportedPropertySet::HandleGet(brillo::ErrorPtr* error, in HandleGet()
114 bool ExportedPropertySet::HandleSet(brillo::ErrorPtr* error, in HandleSet()
138 void ExportedPropertySet::HandlePropertyUpdated( in HandlePropertyUpdated()