Home
last modified time | relevance | path

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

/openbmc/sdeventplus/test/source/
H A Dchild.cpp69 EXPECT_CALL(mock, sd_event_add_child(expected_event, testing::_, pid, in TEST_F()
115 EXPECT_CALL(mock, sd_event_add_child(expected_event, testing::_, pid, in TEST_F()
142 EXPECT_CALL(mock, sd_event_add_child(expected_event, testing::_, pid, in SetUp()
/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.hpp34 virtual int sd_event_add_child(sd_event* event, sd_event_source** source,
146 int sd_event_add_child(sd_event* event, sd_event_source** source, pid_t pid, in sd_event_add_child() function in sdeventplus::internal::SdEventImpl
150 return ::sd_event_add_child(event, source, pid, options, callback, in sd_event_add_child()
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dchild.cpp56 event.getSdEvent()->sd_event_add_child( in create_source()
/openbmc/sdeventplus/src/sdeventplus/test/
H A Dsdevent.hpp35 MOCK_CONST_METHOD6(sd_event_add_child,