Searched refs:ExportedPropertySet (Results 1 – 8 of 8) sorted by relevance
20 ExportedPropertySet::ExportedPropertySet(dbus::Bus* bus) in ExportedPropertySet() function in brillo::dbus_utils::ExportedPropertySet24 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()[all …]
97 class BRILLO_EXPORT ExportedPropertySet {101 explicit ExportedPropertySet(::dbus::Bus* bus);102 virtual ~ExportedPropertySet() = default;158 base::WeakPtrFactory<ExportedPropertySet> weak_ptr_factory_;167 DISALLOW_COPY_AND_ASSIGN(ExportedPropertySet);
25 ExportedPropertySet* property_set) { in SetupDefaultPropertyHandlers()28 &ExportedPropertySet::HandleGetAll); in SetupDefaultPropertyHandlers()31 &ExportedPropertySet::HandleGet); in SetupDefaultPropertyHandlers()34 &ExportedPropertySet::HandleSet); in SetupDefaultPropertyHandlers()169 const ExportedPropertySet::PropertyWriter& writer, in ClaimInterface()
86 std::map<std::string, ExportedPropertySet::PropertyWriter>;104 const ExportedPropertySet::PropertyWriter& writer);
32 const ExportedPropertySet::PropertyWriter&),
505 const ExportedPropertySet::PropertyWriter& writer,529 DBusInterface* prop_interface, ExportedPropertySet* property_set)>;629 ExportedPropertySet property_set_;
43 const ExportedPropertySet::PropertyWriter& property_writer) { in ClaimInterface()
137 ExportedPropertySet::PropertyWriter property_writer_;