/openbmc/phosphor-fan-presence/monitor/ |
H A D | power_off_action.hpp | 241 class SoftPowerOff : public PowerOffAction class 244 SoftPowerOff() = delete; 245 ~SoftPowerOff() = default; 246 SoftPowerOff(const SoftPowerOff&) = delete; 247 SoftPowerOff& operator=(const SoftPowerOff&) = delete; 248 SoftPowerOff(SoftPowerOff&&) = delete; 249 SoftPowerOff& operator=(SoftPowerOff&&) = delete; 261 SoftPowerOff(uint32_t delay, in SoftPowerOff() function in phosphor::fan::monitor::SoftPowerOff 267 _timer(_event, std::bind(std::mem_fn(&SoftPowerOff::powerOff), this)) in SoftPowerOff()
|
H A D | json_parser.cpp | 505 action = std::make_unique<SoftPowerOff>( in getPowerOffAction()
|
/openbmc/phosphor-host-ipmid/softoff/ |
H A D | softoff.cpp | 32 void SoftPowerOff::sendHostShutDownCmd() in sendHostShutDownCmd() 57 void SoftPowerOff::hostControlEvent(sdbusplus::message_t& msg) in hostControlEvent() 71 sdbusplus::server::xyz::openbmc_project::ipmi::internal::SoftPowerOff:: in hostControlEvent() 106 int SoftPowerOff::startTimer(const std::chrono::microseconds& usec) in startTimer() 112 auto SoftPowerOff::responseReceived(HostResponse response) -> HostResponse in responseReceived() 132 SoftPowerOff::responseReceived(response); in responseReceived()
|
H A D | softoff.hpp | 24 using SoftPowerOffInherit = sdbusplus::server::object_t<Base::SoftPowerOff>; 30 class SoftPowerOff : public SoftPowerOffInherit class 39 SoftPowerOff(sdbusplus::bus_t& bus, sd_event* event, const char* objPath) : in SoftPowerOff() function in phosphor::ipmi::SoftPowerOff 49 std::bind(std::mem_fn(&SoftPowerOff::hostControlEvent), this, in SoftPowerOff() 84 using Base::SoftPowerOff::responseReceived;
|
H A D | mainapp.cpp | 51 phosphor::ipmi::SoftPowerOff powerObj(bus, event.get(), SOFTOFF_OBJPATH); in main() 72 phosphor::ipmi::Base::SoftPowerOff::HostResponse::SoftOffReceived)) in main()
|
/openbmc/phosphor-host-ipmid/xyz/openbmc_project/Ipmi/Internal/SoftPowerOff/ |
H A D | meson.build | 3 domain = 'xyz.openbmc_project.Ipmi.Internal.SoftPowerOff' 4 if_yaml_file = files('../SoftPowerOff.interface.yaml') 20 install_dir: get_option('includedir') / 'xyz/openbmc_project/Ipmi/Internal/SoftPowerOff') 29 install_dir: get_option('includedir') / 'xyz/openbmc_project/Ipmi/Internal/SoftPowerOff') 64 description: 'SoftPowerOff DBus Bindings',
|
/openbmc/pldm/softoff/ |
H A D | softoff.cpp | 40 SoftPowerOff::SoftPowerOff(sdbusplus::bus_t& bus, sd_event* event, in SoftPowerOff() function in pldm::SoftPowerOff 90 std::bind(std::mem_fn(&SoftPowerOff::hostSoftOffComplete), this, in SoftPowerOff() 94 int SoftPowerOff::getHostState() in getHostState() 125 void SoftPowerOff::hostSoftOffComplete(sdbusplus::message_t& msg) in hostSoftOffComplete() 154 Json SoftPowerOff::parseConfig() in parseConfig() 171 bool SoftPowerOff::getEffecterID(pldm::pdr::EntityType& entityType, in getEffecterID() 207 int SoftPowerOff::getSensorInfo(pldm::pdr::EntityType& entityType, in getSensorInfo() 272 int SoftPowerOff::hostSoftOff(sdeventplus::Event& event) in hostSoftOff() 425 int SoftPowerOff::startTimer(const std::chrono::microseconds& usec) in startTimer()
|
H A D | softoff.hpp | 21 class SoftPowerOff class 30 SoftPowerOff(sdbusplus::bus_t& bus, sd_event* event,
|
H A D | main.cpp | 23 pldm::SoftPowerOff softPower(bus, event.get(), instanceIdDb); in main()
|
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 8 file://ampere.xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service \ 11 AMPERE_SOFTPOWEROFF_TMPL = "ampere.xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service" 17 …POWEROFF_TMPL} ${D}${systemd_unitdir}/system/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 1 #remove xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 1 #remove xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service
|
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 1 # remove xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service
|
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 1 # greatlakes doesn't use xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service in power control
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 1 # yosemite4 doesn't use xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service in power control
|
/openbmc/openbmc/meta-facebook/meta-bletchley/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 10 # bletchley doesn't have IPMI support, skip xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service
|
/openbmc/phosphor-host-ipmid/ |
H A D | meson.options | 6 # SoftPowerOff 8 …value: 'xyz.openbmc_project.Ipmi.Internal.SoftPowerOff', description: 'The Dbus busname to own for… 9 …ue: '/xyz/openbmc_project/ipmi/internal/soft_power_off', description: 'The SoftPowerOff Dbus root')
|
H A D | meson.build | 160 subdir('xyz/openbmc_project/Ipmi/Internal/SoftPowerOff')
|
/openbmc/phosphor-state-manager/target_files/ |
H A D | obmc-chassis-hard-poweroff@.target | 9 Conflicts=xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service
|
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_%.bbappend | 14 file://xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service \
|
/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/state/ |
H A D | phosphor-state-manager_%.bbappend | 24 …dir/obmc-host-warm-reboot@0.target.requires/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service"
|
/openbmc/openbmc/meta-fii/meta-kudo/recipes-phosphor/state/ |
H A D | phosphor-state-manager_%.bbappend | 14 …dir/obmc-host-warm-reboot@0.target.requires/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service"
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
H A D | phosphor-ipmi-host_git.bb | 72 SYSTEMD_SERVICE:${PN} += "xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service phosphor-ipmi-host… 114 SOFT_SVC = "xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service"
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/state/ |
H A D | phosphor-state-manager_%.bbappend | 36 … obmc-host-warm-reboot@{}.target.requires/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service \
|
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/ |
H A D | phosphor-state-manager_%.bbappend | 11 # `xyz.openbmc_project.Ipmi.Internal.SoftPowerOff` services to gracefully
|