Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Dexported_property_set.cc20 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()
[all …]
Dexported_property_set.h97 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);
Ddbus_object.cc25 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()
Dexported_object_manager.h86 std::map<std::string, ExportedPropertySet::PropertyWriter>;
104 const ExportedPropertySet::PropertyWriter& writer);
Dmock_exported_object_manager.h32 const ExportedPropertySet::PropertyWriter&),
Ddbus_object.h505 const ExportedPropertySet::PropertyWriter& writer,
529 DBusInterface* prop_interface, ExportedPropertySet* property_set)>;
629 ExportedPropertySet property_set_;
Dexported_object_manager.cc43 const ExportedPropertySet::PropertyWriter& property_writer) { in ClaimInterface()
Dexported_object_manager_test.cc137 ExportedPropertySet::PropertyWriter property_writer_;