Home
last modified time | relevance | path

Searched refs:testFdTimedEvents (Results 1 – 7 of 7) sorted by relevance

/openbmc/sdbusplus/test/async/fdio_timed/
H A Dfdio_timed_write_async_with_timeout.cpp12 ctx->spawn(testFdTimedEvents(ran, testWriteOperation::writeAsync, 1)); in TEST_F()
H A Dfdio_timed_write_async_with_timeout_iterative.cpp12 ctx->spawn(testFdTimedEvents(ran, testWriteOperation::writeAsync, 100)); in TEST_F()
H A Dfdio_timed_write_sync.cpp12 ctx->spawn(testFdTimedEvents(ran, testWriteOperation::writeSync, 1)); in TEST_F()
H A Dfdio_timed_write_sync_iterative.cpp12 ctx->spawn(testFdTimedEvents(ran, testWriteOperation::writeSync, 100)); in TEST_F()
H A Dfdio_timed_write_skip_with_timeout.cpp12 ctx->spawn(testFdTimedEvents(ran, testWriteOperation::writeSkip, 1)); in TEST_F()
H A Dsuite.hpp33 auto testFdTimedEvents(bool& ran, testWriteOperation writeOperation,
H A Dsuite.cpp67 auto FdioTimedTest::testFdTimedEvents( in testFdTimedEvents() function in FdioTimedTest