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.cpp38 hostIface = in HostNotifierTest()
41 mockHostIface = reinterpret_cast<MockHostInterface*>(hostIface.get()); in HostNotifierTest()
60 std::unique_ptr<HostInterface> hostIface; member in HostNotifierTest
147 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
171 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
190 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
211 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
235 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
261 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
280 HostNotifier notifier{repo, dataIface, std::move(hostIface)}; in TEST_F()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dentry_points.cpp38 std::unique_ptr<HostInterface> hostIface = std::make_unique<PLDMInterface>( in DISABLE_LOG_ENTRY_CAPS() local
43 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.cpp15 std::unique_ptr<HostInterface> hostIface) : in HostNotifier() argument
16 _repo(repo), _dataIface(dataIface), _hostIface(std::move(hostIface)), in HostNotifier()
/openbmc/phosphor-buttons/src/
H A Dbutton_handler.cpp32 constexpr auto hostIface = "xyz.openbmc_project.State.Host"; variable
293 auto service = getService(hostObjectName.c_str(), hostIface); in poweredOn()
296 method.append(hostIface, "CurrentHostState"); in poweredOn()
376 dbusIfaceName = hostIface; in handlePowerEvent()
423 dbusIfaceName = hostIface; in handlePowerEvent()
/openbmc/x86-power-control/src/
H A Dpower_control.cpp121 static std::shared_ptr<sdbusplus::asio::dbus_interface> hostIface; variable
580 hostIface->set_property("CurrentHostState", in setPowerState()
2598 hostIface->set_property("CurrentHostState", in setInitialValue()
2993 hostIface = in main()
2997 hostIface->register_property( in main()
3091 hostIface->register_property("CurrentHostState", in main()
3094 hostIface->initialize(); in main()