Home
last modified time | relevance | path

Searched refs:expected_source2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdeventplus/test/utility/
H A Dtimer.cpp54 sd_event_source* const expected_source2 = member in sdeventplus::utility::__anon9ead1e020111::TimerTest
363 EXPECT_CALL(mock, sd_event_source_set_destroy_callback(expected_source2, in TEST_F()
368 sd_event_source_set_userdata(expected_source2, testing::_)) in TEST_F()
370 EXPECT_CALL(mock, sd_event_source_get_userdata(expected_source2)) in TEST_F()
376 .WillOnce(DoAll(SetArgPointee<1>(expected_source2), Return(0))); in TEST_F()
377 EXPECT_CALL(mock, sd_event_source_unref(expected_source2)) in TEST_F()
381 expected_source2, static_cast<int>(source::Enabled::Off))) in TEST_F()
/openbmc/sdeventplus/test/source/
H A Dbase.cpp71 sd_event_source* const expected_source2 = member in sdeventplus::source::__anon6c3f73390111::BaseTest