/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/ |
H A D | meson.build | 9 sdbusplus_current_path = 'xyz/openbmc_project/Chassis/Buttons' 12 'xyz/openbmc_project/Chassis/Buttons/Button__markdown'.underscorify(), 14 '../../../../../yaml/xyz/openbmc_project/Chassis/Buttons/Button.interface.yaml', 28 'xyz/openbmc_project/Chassis/Buttons/Button', 36 'xyz/openbmc_project/Chassis/Buttons/HostSelector__markdown'.underscorify(), 38 '../../../../../yaml/xyz/openbmc_project/Chassis/Buttons/HostSelector.interface.yaml', 52 'xyz/openbmc_project/Chassis/Buttons/HostSelector', 60 'xyz/openbmc_project/Chassis/Buttons/ID__markdown'.underscorify(), 62 '../../../../../yaml/xyz/openbmc_project/Chassis/Buttons/ID.interface.yaml', 76 'xyz/openbmc_project/Chassis/Buttons/ID', [all …]
|
/openbmc/phosphor-buttons/ |
H A D | meson_config.hpp.in | 7 "/xyz/openbmc_project/Chassis/Buttons/Power0"; 9 "/xyz/openbmc_project/Chassis/Buttons/Reset0"; 11 "/xyz/openbmc_project/Chassis/Buttons/ID0"; 13 "/xyz/openbmc_project/Chassis/Buttons/HostSelector"; 15 "/xyz/openbmc_project/Chassis/Buttons/DebugHostSelector"; 17 "/xyz/openbmc_project/Chassis/Buttons/SerialUartMux";
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/NMI/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Chassis/Buttons/NMI' 6 'xyz/openbmc_project/Chassis/Buttons/NMI__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Chassis/Buttons/NMI.interface.yaml', 28 'xyz/openbmc_project/Chassis/Buttons/NMI',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Power/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Chassis/Buttons/Power' 6 'xyz/openbmc_project/Chassis/Buttons/Power__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Chassis/Buttons/Power.interface.yaml', 28 'xyz/openbmc_project/Chassis/Buttons/Power',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/ID/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Chassis/Buttons/ID' 6 'xyz/openbmc_project/Chassis/Buttons/ID__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Chassis/Buttons/ID.interface.yaml', 28 'xyz/openbmc_project/Chassis/Buttons/ID',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/HostSelector/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Chassis/Buttons/HostSelector' 6 'xyz/openbmc_project/Chassis/Buttons/HostSelector__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Chassis/Buttons/HostSelector.interface.yaml', 28 'xyz/openbmc_project/Chassis/Buttons/HostSelector',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Button/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Chassis/Buttons/Button' 6 'xyz/openbmc_project/Chassis/Buttons/Button__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Chassis/Buttons/Button.interface.yaml', 28 'xyz/openbmc_project/Chassis/Buttons/Button',
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/Buttons/Reset/ |
H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Chassis/Buttons/Reset' 6 'xyz/openbmc_project/Chassis/Buttons/Reset__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Chassis/Buttons/Reset.interface.yaml', 28 'xyz/openbmc_project/Chassis/Buttons/Reset',
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Chassis/ |
H A D | README.md | 9 Power button interface `xyz.openbmc_project.Chassis.Buttons.Power` provides 25 ID button interface `xyz.openbmc_project.Chassis.Buttons.ID` provides following 39 ID button interface `xyz.openbmc_project.Chassis.Buttons.Reset` provides 53 Selector button interface `xyz.openbmc_project.Chassis.Buttons.HostSelector`
|
/openbmc/webui-vue/docs/guide/components/buttons/ |
H A D | index.md | 1 # Buttons chapter 3 Buttons are used to perform an action. The main buttons in the application are 4 the `primary` and `secondary` buttons. Buttons, like all Boostrap-vue components 21 // Enabled Buttons 44 // Disabled Buttons
|
/openbmc/phosphor-buttons/service_files/ |
H A D | xyz.openbmc_project.Chassis.Buttons.service | 2 Description=Phosphor Buttons 10 BusName=xyz.openbmc_project.Chassis.Buttons
|
H A D | phosphor-button-handler.service | 3 Wants=xyz.openbmc_project.Chassis.Buttons.service 4 After=xyz.openbmc_project.Chassis.Buttons.service
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_wacom_generic.py | 79 class Buttons: class 95 return Buttons(False, False, False) 168 self.buttons = Buttons.clear() 641 buttons=Buttons.clear(), 698 buttons=Buttons.clear(), 711 uhdev.event(100, 200, pressure=0, buttons=Buttons(primary=True)), 719 uhdev.event(100, 200, pressure=0, buttons=Buttons(primary=False)), 727 uhdev.event(100, 200, pressure=0, buttons=Buttons(secondary=True)), 735 uhdev.event(100, 200, pressure=0, buttons=Buttons(secondary=False)), 786 buttons=Buttons.clear(),
|
/openbmc/phosphor-buttons/inc/ |
H A D | id_button.hpp | 34 sdbusplus::xyz::openbmc_project::Chassis::Buttons::server::ID>, 41 sdbusplus::xyz::openbmc_project::Chassis::Buttons::server::ID>( in IDButton()
|
H A D | reset_button.hpp | 34 sdbusplus::xyz::openbmc_project::Chassis::Buttons::server::Reset>, 41 sdbusplus::xyz::openbmc_project::Chassis::Buttons::server::Reset>( in ResetButton()
|
H A D | debugHostSelector_button.hpp | 20 sdbusplus::xyz::openbmc_project::Chassis::Buttons::server::Button>, 28 sdbusplus::xyz::openbmc_project::Chassis::Buttons::server::Button>( in DebugHostSelector()
|
H A D | power_button.hpp | 36 sdbusplus::xyz::openbmc_project::Chassis::Buttons::server::Power>, 43 sdbusplus::xyz::openbmc_project::Chassis::Buttons::server::Power>( in PowerButton()
|
H A D | hostSelector_switch.hpp | 24 sdbusplus::xyz::openbmc_project::Chassis::Buttons::server:: 32 Buttons::server::HostSelector>( in HostSelector()
|
/openbmc/openbmc-test-automation/gui/test/access_control/ |
H A D | test_obmc_gui_ldap.robot | 33 Verify Existence Of All Buttons In LDAP Page 37 # Buttons under settings section 43 # Buttons under role groups section
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/chassis/ |
H A D | obmc-phosphor-buttons_git.bb | 1 SUMMARY = "OpenBMC Buttons" 24 SYSTEMD_SERVICE:${PN}-signals = "xyz.openbmc_project.Chassis.Buttons.service"
|
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
H A D | test_power_restore_policy_sub_menu.robot | 37 Verify Existence Of All Buttons In Power Restore Policy Page 38 [Documentation] Verify existence of All Buttons.
|
H A D | test_factory_reset_sub_menu.robot | 36 Verify Existence Of All Buttons In Factory Reset Page 43 Verify Existence Of All Radio Buttons In Factory Reset Page
|
/openbmc/openbmc-test-automation/gui/gui_test/gui_header/ |
H A D | test_profile_settings_sub_menu.robot | 39 Verify Existence Of All Buttons And Input Boxes In Profile Settings Page 47 # Buttons in profile settings page.
|
/openbmc/openbmc-test-automation/gui/gui_test/operations_menu/ |
H A D | test_firmware_sub_menu.robot | 37 Verify Existence Of All Buttons In Firmware Page At Host Power Off 73 Verify Existence Of All Buttons In Firmware Page At Host Power On
|
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Chassis/ |
H A D | meson.build | 2 subdir('Buttons') subdir
|