Home
last modified time | relevance | path

Searched refs:fdio (Results 1 – 6 of 6) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dfdio.hpp15 class fdio : private context_ref, details::context_friend class
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);
59 explicit fdio_completion(fdio& fdioInstance) noexcept : in fdio_completion()
63 friend fdio;
[all …]
/openbmc/sdbusplus/src/async/
H A Dfdio.cpp5 fdio::fdio(context& ctx, int fd) : context_ref(ctx) in fdio() function in sdbusplus::async::fdio
9 static_cast<fdio*>(data)->handleEvent(); in fdio()
23 void fdio::handleEvent() noexcept in handleEvent()
/openbmc/sdbusplus/test/async/
H A Dfdio.cpp27 fdioInstance = std::make_unique<sdbusplus::async::fdio>(*ctx, fd); in FdioTest()
73 std::unique_ptr<sdbusplus::async::fdio> fdioInstance;
/openbmc/sdbusplus/
H A Dmeson.build34 'src/async/fdio.cpp',
/openbmc/sdbusplus/test/
H A Dmeson.build26 'async/fdio',
/openbmc/linux/
H A Dopengrok0.0.log[all...]