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 VariantDictionary ExportedPropertySet::HandleGetAll( in HandleGetAll()
63 VariantDictionary ExportedPropertySet::GetInterfaceProperties( in GetInterfaceProperties()
74 void ExportedPropertySet::WritePropertiesToDict( in WritePropertiesToDict()
80 bool ExportedPropertySet::HandleGet(brillo::ErrorPtr* error, in HandleGet()
[all …]
Dexported_property_set.h93 class BRILLO_EXPORT ExportedPropertySet {
97 explicit ExportedPropertySet(dbus::Bus* bus);
98 virtual ~ExportedPropertySet() = default;
150 base::WeakPtrFactory<ExportedPropertySet> weak_ptr_factory_;
159 DISALLOW_COPY_AND_ASSIGN(ExportedPropertySet);
Ddbus_object.cc99 const ExportedPropertySet::PropertyWriter& writer, in ClaimInterface()
198 &ExportedPropertySet::HandleGetAll); in RegisterAsync()
202 &ExportedPropertySet::HandleGet); in RegisterAsync()
206 &ExportedPropertySet::HandleSet); in RegisterAsync()
233 &ExportedPropertySet::HandleGetAll); in RegisterAndBlock()
237 &ExportedPropertySet::HandleGet); in RegisterAndBlock()
241 &ExportedPropertySet::HandleSet); in RegisterAndBlock()
Dexported_object_manager.h85 std::map<std::string, ExportedPropertySet::PropertyWriter>;
103 const ExportedPropertySet::PropertyWriter& writer);
Dmock_exported_object_manager.h32 const ExportedPropertySet::PropertyWriter& writer));
Dexported_object_manager.cc43 const ExportedPropertySet::PropertyWriter& property_writer) { in ClaimInterface()
Ddbus_object.h487 const ExportedPropertySet::PropertyWriter& writer,
562 ExportedPropertySet property_set_;
Dexported_object_manager_unittest.cc135 ExportedPropertySet::PropertyWriter property_writer_;