Home
last modified time | relevance | path

Searched refs:prop_interface (Results 1 – 4 of 4) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_object.cc21 void SetupDefaultPropertyHandlers(DBusInterface* prop_interface, in SetupDefaultPropertyHandlers() argument
23 prop_interface->AddSimpleMethodHandler(dbus::kPropertiesGetAll, in SetupDefaultPropertyHandlers()
26 prop_interface->AddSimpleMethodHandlerWithError( in SetupDefaultPropertyHandlers()
29 prop_interface->AddSimpleMethodHandlerWithError( in SetupDefaultPropertyHandlers()
302 DBusInterface* prop_interface = AddOrGetInterface(dbus::kPropertiesInterface); in RegisterPropertiesInterface() local
303 property_handler_setup_callback_.Run(prop_interface, &property_set_); in RegisterPropertiesInterface()
304 property_set_.OnPropertiesInterfaceExported(prop_interface); in RegisterPropertiesInterface()
Dexported_property_set.cc26 DBusInterface* prop_interface) { in OnPropertiesInterfaceExported() argument
28 prop_interface->RegisterSignalOfType<SignalPropertiesChanged>( in OnPropertiesInterfaceExported()
Dexported_property_set.h106 void OnPropertiesInterfaceExported(DBusInterface* prop_interface);
Ddbus_object.h514 DBusInterface* prop_interface, ExportedPropertySet* property_set)>;