Searched refs:sd_notify (Results 1 – 10 of 10) sorted by relevance
| /openbmc/sdbusplus/test/async/ |
| H A D | watchdog.cpp | 22 MOCK_METHOD(int, sd_notify, (int, const char*), (override)); 68 EXPECT_CALL(sdbusMock, sd_notify(_, StrEq("WATCHDOG=1"))) in TEST_F() 94 EXPECT_CALL(sdbusMock, sd_notify(_, _)).Times(0); in TEST_F()
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-sdnotify_0.3.2.bb | 2 SUMMARY = "A pure Python implementation of systemd's service notification protocol (sd_notify)" 5 sdnotify is a pure Python implementation of the systemd sd_notify protocol. \
|
| /openbmc/sdbusplus/src/ |
| H A D | bus.cpp | 146 int r = _intf->sd_notify(0, "WATCHDOG=1"); in watchdog_pet() 155 int r = _intf->sd_notify(0, "WATCHDOG=trigger"); in watchdog_trigger()
|
| /openbmc/bmcweb/include/ |
| H A D | watchdog.hpp | 62 int rc = sd_notify(0, "WATCHDOG=1"); in handleTimeout()
|
| /openbmc/kcsbridge/src/ |
| H A D | main.cpp | 70 sd_notify(0, "READY=1"); in execute()
|
| /openbmc/phosphor-host-ipmid/transport/serialbridge/ |
| H A D | serialbridged.cpp | 59 sd_notify(0, "READY=1"); in execute()
|
| /openbmc/google-misc/subprojects/bare-metal-host-monitor/ |
| H A D | host_gpio_monitor.cpp | 107 sd_notify(0, "READY=1"); in main()
|
| /openbmc/sdbusplus/include/sdbusplus/ |
| H A D | sdbus.hpp | 170 virtual int sd_notify(int unset_environment, const char* state) = 0; 579 int sd_notify(int unset_environment, const char* state) override in sd_notify() function in sdbusplus::SdBusImpl 581 return ::sd_notify(unset_environment, state); in sd_notify()
|
| /openbmc/sdbusplus/include/sdbusplus/test/ |
| H A D | sdbus_mock.hpp | 168 MOCK_METHOD(int, sd_notify, (int, const char*), (override));
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-5.1.rst | 328 - ``openssh`` now uses ``sd_notify`` patch from upstream instead of custom
|