25#ifndef SDBUSASYNCREPLYGETTER_H
26#define SDBUSASYNCREPLYGETTER_H
31#include <condition_variable>
40 bool getReply(AI_IPC::VariantList& argList)
override;
41 void setReply(
bool succeeded, AI_IPC::VariantList &&argList);
46 AI_IPC::VariantList mArgs;
48 std::condition_variable mCond;
Helper class to get reply.
Definition IpcCommon.h:151
Implements the IAsyncReplyGetter getter interface to provide an API to get the results to a method ca...
Definition SDBusAsyncReplyGetter.h:35
bool getReply(AI_IPC::VariantList &argList) override
Definition SDBusAsyncReplyGetter.cpp:54
void setReply(bool succeeded, AI_IPC::VariantList &&argList)
Definition SDBusAsyncReplyGetter.cpp:73