Dobby
3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Implements the IAsyncReplyGetter getter interface to provide an API to get the results to a method call. More...
Public Member Functions | |
bool | getReply (AI_IPC::VariantList &argList) override |
void | setReply (bool succeeded, AI_IPC::VariantList &&argList) |
Private Attributes | |
bool | mFinished |
bool | mSucceeded |
AI_IPC::VariantList | mArgs |
std::mutex | mLock |
std::condition_variable | mCond |
Implements the IAsyncReplyGetter getter interface to provide an API to get the results to a method call.
|
overridevirtual |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Blocking call that clients make when they want to get the reply to a method call.
Implements AI_IPC::IAsyncReplyGetter.
void SDBusAsyncReplyGetter::setReply | ( | bool | succeeded, |
AI_IPC::VariantList && | argList | ||
) |
Called by the SDBusIpcService class when a reply is received for the method call.