Lines Matching +full:auto +full:- +full:poll
32 while (ioc.poll() > 0) in synchronizeIoc()
48 constexpr auto precission = Milliseconds(10); in waitForFutures()
49 auto elapsed = Milliseconds(0); in waitForFutures()
51 auto sum = init; in waitForFutures()
52 for (auto& future : futures) in waitForFutures()
86 [](auto, const auto& value) { return value; }, timeout); in waitForFuture() argument
100 auto propertyPromise = std::promise<T>(); in getProperty()
101 auto propertyFuture = propertyPromise.get_future(); in getProperty()
121 auto promise = std::promise<boost::system::error_code>(); in setProperty()
122 auto future = promise.get_future(); in setProperty()
138 auto promise = std::promise<boost::system::error_code>(); in callMethod()
139 auto future = promise.get_future(); in callMethod()
140 DbusEnvironment::getBus()->async_method_call( in callMethod()