Home
last modified time | relevance | path

Searched refs:sd_event_now (Results 1 – 9 of 9) sorted by relevance

/openbmc/pldm/platform-mc/test/
H A Dsensor_manager_test.cpp31 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 Dsensor_manager.cpp162 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 Dclock.cpp38 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 Dclock.cpp24 event.getSdEvent()->sd_event_now( in now()
/openbmc/sdeventplus/src/sdeventplus/internal/
H A Dsdevent.cpp96 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 Dsdevent.hpp53 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 Dsdevent.hpp52 MOCK_CONST_METHOD3(sd_event_now, int(sd_event*, clockid_t, uint64_t*));
/openbmc/phosphor-objmgr/libmapper/
H A Dmapper.c203 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 Dtimer.cpp69 sd_event_now(expected_event, in expectNow()