Lines Matching full:async
7 #include <sdbusplus/async/context.hpp>
8 #include <sdbusplus/async/match.hpp>
9 #include <sdbusplus/async/timer.hpp>
14 auto constructInterfaces(sdbusplus::async::context& ctx, std::string& busName) in constructInterfaces()
15 -> sdbusplus::async::task<> in constructInterfaces()
31 sdbusplus::async::server_t<A, sdbusplus::aserver::server::Test> a2( in constructInterfaces()
36 sdbusplus::async::server_t<A, sdbusplus::aserver::server::Test>>( in constructInterfaces()
40 sdbusplus::async::server_t<A, sdbusplus::aserver::server::Test2> a4( in constructInterfaces()
44 // sdbusplus::async::server_t<A, sdbusplus::aserver::server::Test2> ax(ctx, in constructInterfaces()
48 sdbusplus::async::server_t<A, sdbusplus::aserver::server::Test, in constructInterfaces()
54 sdbusplus::async::server_t<A, sdbusplus::aserver::server::Test, in constructInterfaces()
60 // sdbusplus::async::server_t<A, sdbusplus::aserver::server::Test, in constructInterfaces()
64 auto a8 = std::make_unique<sdbusplus::async::server_t< in constructInterfaces()
86 sdbusplus::async::context ctx; in main()