Searched refs:sd_event_source_get_floating (Results 1 – 5 of 5) sorted by relevance
268 int SdEventImpl::sd_event_source_get_floating(sd_event_source* source) const in sd_event_source_get_floating() function in sdeventplus::internal::SdEventImpl270 return ::sd_event_source_get_floating(source); in sd_event_source_get_floating()
111 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;
105 MOCK_CONST_METHOD1(sd_event_source_get_floating, int(sd_event_source*));
431 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()
99 event.getSdEvent()->sd_event_source_get_floating(get())); in get_floating()