Home
last modified time | relevance | path

Searched refs:sd_event_source_get_child_pid (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdeventplus/test/source/
H A Dchild.cpp205 sd_event_source_get_child_pid(expected_source, testing::_)) in TEST_F()
213 sd_event_source_get_child_pid(expected_source, testing::_)) in TEST_F()
/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.cpp244 int SdEventImpl::sd_event_source_get_child_pid(sd_event_source* source, in sd_event_source_get_child_pid() function in sdeventplus::internal::SdEventImpl
247 return ::sd_event_source_get_child_pid(source, pid); in sd_event_source_get_child_pid()
H A Dsdevent.hpp103 virtual int sd_event_source_get_child_pid(sd_event_source* source,
215 int sd_event_source_get_child_pid(sd_event_source* source,
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dchild.cpp36 event.getSdEvent()->sd_event_source_get_child_pid(get(), &pid)); in get_pid()
/openbmc/sdeventplus/src/sdeventplus/test/
H A Dsdevent.hpp97 MOCK_CONST_METHOD2(sd_event_source_get_child_pid,