Searched refs:sd_event_source_ref (Results 1 – 10 of 10) sorted by relevance
/openbmc/sdeventplus/test/source/ |
H A D | signal.cpp | 171 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F() 177 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F() 184 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F()
|
H A D | child.cpp | 172 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F() 178 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F() 185 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F()
|
H A D | event.cpp | 218 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F() 224 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F() 231 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F()
|
H A D | io.cpp | 172 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F() 178 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F() 185 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F()
|
H A D | time.cpp | 174 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F() 180 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F() 187 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F()
|
H A D | base.cpp | 220 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F() 229 EXPECT_CALL(mock, sd_event_source_ref(expected_source)) in TEST_F()
|
/openbmc/sdeventplus/src/sdeventplus/internal/ |
H A D | sdevent.cpp | 117 sd_event_source* SdEventImpl::sd_event_source_ref(sd_event_source* source) const in sd_event_source_ref() function in sdeventplus::internal::SdEventImpl 119 return ::sd_event_source_ref(source); in sd_event_source_ref()
|
H A D | sdevent.hpp | 61 sd_event_source_ref(sd_event_source* source) const = 0; 174 sd_event_source_ref(sd_event_source* source) const override;
|
/openbmc/sdeventplus/src/sdeventplus/test/ |
H A D | sdevent.hpp | 58 MOCK_CONST_METHOD1(sd_event_source_ref, sd_event_source*(sd_event_source*));
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | base.cpp | 141 return sdevent->sd_event_source_ref(source); in ref()
|