Home
last modified time | relevance | path

Searched refs:sd_notify (Results 1 – 10 of 10) sorted by relevance

/openbmc/sdbusplus/test/async/
H A Dwatchdog.cpp22 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 Dpython3-sdnotify_0.3.2.bb2 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 Dbus.cpp146 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 Dwatchdog.hpp62 int rc = sd_notify(0, "WATCHDOG=1"); in handleTimeout()
/openbmc/kcsbridge/src/
H A Dmain.cpp70 sd_notify(0, "READY=1"); in execute()
/openbmc/phosphor-host-ipmid/transport/serialbridge/
H A Dserialbridged.cpp59 sd_notify(0, "READY=1"); in execute()
/openbmc/google-misc/subprojects/bare-metal-host-monitor/
H A Dhost_gpio_monitor.cpp107 sd_notify(0, "READY=1"); in main()
/openbmc/sdbusplus/include/sdbusplus/
H A Dsdbus.hpp170 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 Dsdbus_mock.hpp168 MOCK_METHOD(int, sd_notify, (int, const char*), (override));
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-5.1.rst328 - ``openssh`` now uses ``sd_notify`` patch from upstream instead of custom