Home
last modified time | relevance | path

Searched refs:hostIface (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp50 hostIface = in HostNotifierTest()
53 mockHostIface = reinterpret_cast<MockHostInterface*>(hostIface.get()); in HostNotifierTest()
73 std::unique_ptr<HostInterface> hostIface; member in HostNotifierTest
160 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
184 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
203 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
224 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
248 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
274 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
293 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
[all …]
/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
57 std::move(hostIface)); in DISABLE_LOG_ENTRY_CAPS()
H A Dhost_notifier.hpp66 std::unique_ptr<HostInterface> hostIface);
H A Dmanager.hpp88 std::unique_ptr<HostInterface> hostIface) : in Manager() argument
93 _repo, *(_dataIface.get()), std::move(hostIface)); in Manager()
H A Dhost_notifier.cpp27 std::unique_ptr<HostInterface> hostIface) : in HostNotifier() argument
28 _repo(repo), _dataIface(dataIface), _hostIface(std::move(hostIface)), in HostNotifier()
/openbmc/phosphor-buttons/src/
H A Dbutton_handler.cpp31 constexpr auto hostIface = "xyz.openbmc_project.State.Host"; variable
270 auto service = getService(hostObjectName.c_str(), hostIface); in poweredOn()
273 method.append(hostIface, "CurrentHostState"); in poweredOn()
335 dbusIfaceName = hostIface; in handlePowerEvent()
382 dbusIfaceName = hostIface; in handlePowerEvent()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp120 static std::shared_ptr<sdbusplus::asio::dbus_interface> hostIface; variable
615 hostIface->set_property("CurrentHostState", in setPowerState()
2641 hostIface->set_property("CurrentHostState", in setInitialValue()
3031 hostIface = in main()
3035 hostIface->register_property( in main()
3129 hostIface->register_property("CurrentHostState", in main()
3132 hostIface->initialize(); in main()