Home
last modified time | relevance | path

Searched refs:callbackHandler (Results 1 – 4 of 4) sorted by relevance

/openbmc/phosphor-gpio-monitor/test/
H A Dutest.cpp56 static int callbackHandler(sd_event_source*, int, uint32_t, void*) in callbackHandler() function in GpioTest
75 callbackHandler, false); in TEST_F()
104 callbackHandler, false); in TEST_F()
/openbmc/phosphor-buttons/inc/
H A Dbutton_interface.hpp15 bus(bus), event(event), config(buttonCfg), callbackHandler(handler) in ButtonIface()
92 callbackHandler, this); in init()
127 sd_event_io_handler_t callbackHandler; member in ButtonIface
/openbmc/phosphor-gpio-monitor/
H A Devdev.hpp83 path(path), key(key), event(event), callbackHandler(handler), in Evdev()
111 sd_event_io_handler_t callbackHandler; member in phosphor::gpio::Evdev
H A Devdev.cpp60 callbackHandler, this); in registerCallback()