Searched refs:sd_event_now (Results 1 – 9 of 9) sorted by relevance
/openbmc/pldm/platform-mc/test/ |
H A D | sensor_manager_test.cpp | 31 sd_event_now(event.get(), CLOCK_MONOTONIC, &t0); in runEventLoopForSeconds() 38 sd_event_now(event.get(), CLOCK_MONOTONIC, &t1); in runEventLoopForSeconds() 162 ASSERT_TRUE(sd_event_now(event.get(), CLOCK_MONOTONIC, &t0) >= 0); in TEST_F() 165 ASSERT_TRUE(sd_event_now(event.get(), CLOCK_MONOTONIC, &t1) >= 0); in TEST_F()
|
/openbmc/pldm/platform-mc/ |
H A D | sensor_manager.cpp | 162 sd_event_now(event.get(), CLOCK_MONOTONIC, &t0); in doSensorPollingTask() 192 sd_event_now(event.get(), CLOCK_MONOTONIC, &t1); in doSensorPollingTask() 206 sd_event_now(event.get(), CLOCK_MONOTONIC, &t1); in doSensorPollingTask() 218 sd_event_now(event.get(), CLOCK_MONOTONIC, &t1); in doSensorPollingTask() 237 sd_event_now(event.get(), CLOCK_MONOTONIC, &t1); in doSensorPollingTask() 240 sd_event_now(event.get(), CLOCK_MONOTONIC, &t1); in doSensorPollingTask()
|
/openbmc/sdeventplus/test/ |
H A D | clock.cpp | 38 EXPECT_CALL(mock, sd_event_now(expected_event, CLOCK_REALTIME, testing::_)) in TEST_F() 53 EXPECT_CALL(mock, sd_event_now(expected_event, CLOCK_MONOTONIC, testing::_)) in TEST_F()
|
/openbmc/sdeventplus/src/sdeventplus/ |
H A D | clock.cpp | 24 event.getSdEvent()->sd_event_now( in now()
|
/openbmc/sdeventplus/src/sdeventplus/internal/ |
H A D | sdevent.cpp | 96 int SdEventImpl::sd_event_now(sd_event* event, clockid_t clock, in sd_event_now() function in sdeventplus::internal::SdEventImpl 99 return ::sd_event_now(event, clock, usec); in sd_event_now()
|
H A D | sdevent.hpp | 53 virtual int sd_event_now(sd_event* event, clockid_t clock, 166 int sd_event_now(sd_event* event, clockid_t clock,
|
/openbmc/sdeventplus/src/sdeventplus/test/ |
H A D | sdevent.hpp | 52 MOCK_CONST_METHOD3(sd_event_now, int(sd_event*, clockid_t, uint64_t*));
|
/openbmc/phosphor-objmgr/libmapper/ |
H A D | mapper.c | 203 r = sd_event_now(wait->loop, CLOCK_MONOTONIC, &next_retry); in async_wait_getobject_callback() 477 r = sd_event_now(subtree->loop, CLOCK_MONOTONIC, &next_retry); in async_subtree_getpaths_callback()
|
/openbmc/sdeventplus/test/utility/ |
H A D | timer.cpp | 69 sd_event_now(expected_event, in expectNow()
|