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 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 …]
93 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);
99 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()
85 std::map<std::string, ExportedPropertySet::PropertyWriter>;103 const ExportedPropertySet::PropertyWriter& writer);
32 const ExportedPropertySet::PropertyWriter& writer));
43 const ExportedPropertySet::PropertyWriter& property_writer) { in ClaimInterface()
487 const ExportedPropertySet::PropertyWriter& writer,562 ExportedPropertySet property_set_;
135 ExportedPropertySet::PropertyWriter property_writer_;