Home
last modified time | relevance | path

Searched defs:hostIface (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dentry_points.cpp52 std::unique_ptr<HostInterface> hostIface = std::make_unique<PLDMInterface>( in DISABLE_LOG_ENTRY_CAPS() local
H A Dmanager.hpp88 std::unique_ptr<HostInterface> hostIface) : in Manager()
H A Dhost_notifier.cpp27 std::unique_ptr<HostInterface> hostIface) : in HostNotifier()
/openbmc/phosphor-buttons/src/
H A Dbutton_handler.cpp18 constexpr auto hostIface = "xyz.openbmc_project.State.Host"; variable
/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp73 std::unique_ptr<HostInterface> hostIface; member in HostNotifierTest
/openbmc/x86-power-control/src/
H A Dpower_control.cpp120 static std::shared_ptr<sdbusplus::asio::dbus_interface> hostIface; variable