Home
last modified time | relevance | path

Searched refs:SoftPowerOff (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/phosphor-fan-presence/monitor/
H A Dpower_off_action.hpp241 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 Djson_parser.cpp505 action = std::make_unique<SoftPowerOff>( in getPowerOffAction()
/openbmc/phosphor-host-ipmid/softoff/
H A Dsoftoff.cpp32 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 Dsoftoff.hpp24 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 Dmainapp.cpp51 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 Dmeson.build3 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 Dsoftoff.cpp40 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 Dsoftoff.hpp21 class SoftPowerOff class
30 SoftPowerOff(sdbusplus::bus_t& bus, sd_event* event,
H A Dmain.cpp23 pldm::SoftPowerOff softPower(bus, event.get(), instanceIdDb); in main()
/openbmc/openbmc/meta-ampere/meta-common/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_%.bbappend8 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 Dphosphor-ipmi-host_%.bbappend1 #remove xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_%.bbappend1 #remove xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service
/openbmc/openbmc/meta-ibm/meta-system1/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_%.bbappend1 # remove xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service
/openbmc/openbmc/meta-facebook/meta-greatlakes/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_%.bbappend1 # 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 Dphosphor-ipmi-host_%.bbappend1 # 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 Dphosphor-ipmi-host_%.bbappend10 # bletchley doesn't have IPMI support, skip xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service
/openbmc/phosphor-host-ipmid/
H A Dmeson.options6 # 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 Dmeson.build160 subdir('xyz/openbmc_project/Ipmi/Internal/SoftPowerOff')
/openbmc/phosphor-state-manager/target_files/
H A Dobmc-chassis-hard-poweroff@.target9 Conflicts=xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service
/openbmc/openbmc/meta-ufispace/meta-ncplite/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_%.bbappend14 file://xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service \
/openbmc/openbmc/meta-fii/meta-mori/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend24 …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 Dphosphor-state-manager_%.bbappend14 …dir/obmc-host-warm-reboot@0.target.requires/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service"
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/
H A Dphosphor-ipmi-host_git.bb72 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 Dphosphor-state-manager_%.bbappend36 … obmc-host-warm-reboot@{}.target.requires/xyz.openbmc_project.Ipmi.Internal.SoftPowerOff.service \
/openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend11 # `xyz.openbmc_project.Ipmi.Internal.SoftPowerOff` services to gracefully

12