Home
last modified time | relevance | path

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

/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.cpp268 int SdEventImpl::sd_event_source_get_floating(sd_event_source* source) const in sd_event_source_get_floating() function in sdeventplus::internal::SdEventImpl
270 return ::sd_event_source_get_floating(source); in sd_event_source_get_floating()
H A Dsdevent.hpp111 virtual int sd_event_source_get_floating(sd_event_source* source) const = 0;
223 int sd_event_source_get_floating(sd_event_source* source) const override;
/openbmc/sdeventplus/src/sdeventplus/test/
H A Dsdevent.hpp105 MOCK_CONST_METHOD1(sd_event_source_get_floating, int(sd_event_source*));
/openbmc/sdeventplus/test/source/
H A Dbase.cpp431 EXPECT_CALL(mock, sd_event_source_get_floating(expected_source)) in TEST_F()
434 EXPECT_CALL(mock, sd_event_source_get_floating(expected_source)) in TEST_F()
441 EXPECT_CALL(mock, sd_event_source_get_floating(expected_source)) in TEST_F()
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dbase.cpp99 event.getSdEvent()->sd_event_source_get_floating(get())); in get_floating()