Home
last modified time | relevance | path

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

/external/libbrillo/brillo/dbus/
Ddbus_object.cc194 DBusInterface* prop_interface = AddOrGetInterface(dbus::kPropertiesInterface); in RegisterAsync() local
195 prop_interface->AddSimpleMethodHandler( in RegisterAsync()
199 prop_interface->AddSimpleMethodHandlerWithError( in RegisterAsync()
203 prop_interface->AddSimpleMethodHandlerWithError( in RegisterAsync()
207 property_set_.OnPropertiesInterfaceExported(prop_interface); in RegisterAsync()
229 DBusInterface* prop_interface = AddOrGetInterface(dbus::kPropertiesInterface); in RegisterAndBlock() local
230 prop_interface->AddSimpleMethodHandler( in RegisterAndBlock()
234 prop_interface->AddSimpleMethodHandlerWithError( in RegisterAndBlock()
238 prop_interface->AddSimpleMethodHandlerWithError( in RegisterAndBlock()
242 property_set_.OnPropertiesInterfaceExported(prop_interface); in RegisterAndBlock()
Dexported_property_set.cc26 DBusInterface* prop_interface) { in OnPropertiesInterfaceExported() argument
28 prop_interface->RegisterSignalOfType<SignalPropertiesChanged>( in OnPropertiesInterfaceExported()
Dexported_property_set.h103 void OnPropertiesInterfaceExported(DBusInterface* prop_interface);