Searched refs:sd_event_source_set_destroy_callback (Results 1 – 11 of 11) sorted by relevance
/openbmc/sdeventplus/test/source/ |
H A D | event.cpp | 68 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source, in TEST_F() 110 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source, in TEST_F() 148 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source, in TEST_F() 200 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source, in TEST_F()
|
H A D | base.cpp | 99 mock, sd_event_source_set_destroy_callback(source, testing::_)) in make_base() 147 mock, sd_event_source_set_destroy_callback(expected_source, testing::_)) in TEST_F() 162 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source, in TEST_F() 191 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source, in TEST_F()
|
H A D | signal.cpp | 76 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source, in TEST_F() 146 EXPECT_CALL(mock, sd_event_source_set_destroy_callback( in SetUp()
|
H A D | child.cpp | 77 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source, in TEST_F() 147 EXPECT_CALL(mock, sd_event_source_set_destroy_callback( in SetUp()
|
H A D | io.cpp | 76 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source, in TEST_F() 147 EXPECT_CALL(mock, sd_event_source_set_destroy_callback( in SetUp()
|
H A D | time.cpp | 83 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source, in TEST_F() 147 EXPECT_CALL(mock, sd_event_source_set_destroy_callback( in SetUp()
|
/openbmc/sdeventplus/src/sdeventplus/internal/ |
H A D | sdevent.cpp | 250 int SdEventImpl::sd_event_source_set_destroy_callback( in sd_event_source_set_destroy_callback() function in sdeventplus::internal::SdEventImpl 253 return ::sd_event_source_set_destroy_callback(source, callback); in sd_event_source_set_destroy_callback()
|
H A D | sdevent.hpp | 105 virtual int sd_event_source_set_destroy_callback( 217 int sd_event_source_set_destroy_callback(
|
/openbmc/sdeventplus/src/sdeventplus/test/ |
H A D | sdevent.hpp | 99 MOCK_CONST_METHOD2(sd_event_source_set_destroy_callback,
|
/openbmc/sdeventplus/src/sdeventplus/source/ |
H A D | base.cpp | 121 event.getSdEvent()->sd_event_source_set_destroy_callback( in set_userdata()
|
/openbmc/sdeventplus/test/utility/ |
H A D | timer.cpp | 124 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source, in SetUp() 363 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source2, in TEST_F()
|