Searched refs:fdio (Results 1 – 6 of 6) sorted by relevance
18 fdio() = delete;19 fdio(const fdio&) = delete;20 fdio& operator=(const fdio&) = delete;21 fdio(fdio&&) = delete;22 fdio& operator=(fdio&&) = delete;23 ~fdio() = default;26 fdio(context& ctx, int fd);64 friend fdio;76 fdio& fdioInstance;123 fdio& fdioInstance;[all …]
5 fdio::fdio(context& ctx, int fd) : context_ref(ctx), fd(fd) in fdio() function in sdbusplus::async::fdio9 static_cast<fdio*>(data)->handleEvent(); in fdio()23 void fdio::handleEvent() noexcept in handleEvent()
27 fdioInstance = std::make_unique<sdbusplus::async::fdio>(*ctx, fd); in FdioTest()73 std::unique_ptr<sdbusplus::async::fdio> fdioInstance;
30 'src/async/fdio.cpp',
26 'async/fdio',
1475 2024-11-26 03:00:48.341-0600 FINEST t340 FileHistoryCache.writeHistoryToFile: writing history entries to '/opengrok/data/historycache/openbmc/sdbusplus/src/async/fdio.cpp.gz': [2a12ae12]1476 2024-11-26 03:00:48.341-0600 FINEST t339 FileHistoryCache.writeHistoryToFile: writing history entries to '/opengrok/data/historycache/openbmc/sdbusplus/test/async/fdio.cpp.gz': [2a12ae12]1477 2024-11-26 03:00:48.341-0600 FINEST t337 FileHistoryCache.writeHistoryToFile: writing history entries to '/opengrok/data/historycache/openbmc/sdbusplus/include/sdbusplus/async/fdio.hpp.gz': [2a12ae12][all...]