Searched refs:prop_interface (Results 1 – 3 of 3) sorted by relevance
194 DBusInterface* prop_interface = AddOrGetInterface(dbus::kPropertiesInterface); in RegisterAsync() local195 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() local230 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()
26 DBusInterface* prop_interface) { in OnPropertiesInterfaceExported() argument28 prop_interface->RegisterSignalOfType<SignalPropertiesChanged>( in OnPropertiesInterfaceExported()
103 void OnPropertiesInterfaceExported(DBusInterface* prop_interface);