Home
last modified time | relevance | path

Searched refs:ExportedPropertySet (Results 1 – 8 of 8) sorted by relevance

/external/libbrillo/brillo/dbus/
Dexported_property_set.cc21 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()
[all …]
Dexported_property_set.h96 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);
Ddbus_object.cc22 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()
Dexported_object_manager.h85 std::map<std::string, ExportedPropertySet::PropertyWriter>;
103 const ExportedPropertySet::PropertyWriter& writer);
Dmock_exported_object_manager.h32 const ExportedPropertySet::PropertyWriter& writer));
Ddbus_object.h490 const ExportedPropertySet::PropertyWriter& writer,
514 DBusInterface* prop_interface, ExportedPropertySet* property_set)>;
592 ExportedPropertySet property_set_;
Dexported_object_manager.cc43 const ExportedPropertySet::PropertyWriter& property_writer) { in ClaimInterface()
Dexported_object_manager_unittest.cc135 ExportedPropertySet::PropertyWriter property_writer_;