Searched refs:ExportedPropertySet (Results 1 – 8 of 8) sorted by relevance
21 ExportedPropertySet::ExportedPropertySet(dbus::Bus* bus) in ExportedPropertySet() function in brillo::dbus_utils::ExportedPropertySet25 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()[all …]
96 class BRILLO_EXPORT ExportedPropertySet {100 explicit ExportedPropertySet(dbus::Bus* bus);101 virtual ~ExportedPropertySet() = default;157 base::WeakPtrFactory<ExportedPropertySet> weak_ptr_factory_;166 DISALLOW_COPY_AND_ASSIGN(ExportedPropertySet);
22 ExportedPropertySet* property_set) { in SetupDefaultPropertyHandlers()25 &ExportedPropertySet::HandleGetAll); in SetupDefaultPropertyHandlers()28 &ExportedPropertySet::HandleGet); in SetupDefaultPropertyHandlers()31 &ExportedPropertySet::HandleSet); in SetupDefaultPropertyHandlers()121 const ExportedPropertySet::PropertyWriter& writer, in ClaimInterface()
85 std::map<std::string, ExportedPropertySet::PropertyWriter>;103 const ExportedPropertySet::PropertyWriter& writer);
32 const ExportedPropertySet::PropertyWriter& writer));
490 const ExportedPropertySet::PropertyWriter& writer,514 DBusInterface* prop_interface, ExportedPropertySet* property_set)>;592 ExportedPropertySet property_set_;
43 const ExportedPropertySet::PropertyWriter& property_writer) { in ClaimInterface()
135 ExportedPropertySet::PropertyWriter property_writer_;