Searched refs:prop_interface (Results 1 – 4 of 4) sorted by relevance
21 void SetupDefaultPropertyHandlers(DBusInterface* prop_interface, in SetupDefaultPropertyHandlers() argument23 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() local303 property_handler_setup_callback_.Run(prop_interface, &property_set_); in RegisterPropertiesInterface()304 property_set_.OnPropertiesInterfaceExported(prop_interface); in RegisterPropertiesInterface()
26 DBusInterface* prop_interface) { in OnPropertiesInterfaceExported() argument28 prop_interface->RegisterSignalOfType<SignalPropertiesChanged>( in OnPropertiesInterfaceExported()
106 void OnPropertiesInterfaceExported(DBusInterface* prop_interface);
514 DBusInterface* prop_interface, ExportedPropertySet* property_set)>;