Dobby
3.0
Dobby “Docker based Thingy” is a tool for managing and running OCI containers using crun
|
Public Member Functions | |
AsyncReplySender (const std::weak_ptr< DbusConnection > &dbusConnection, DBusMessage *dbusRequestMsg, DBusMessage *dbusReplyMsg, const VariantList &argList) | |
virtual VariantList | getMethodCallArguments () const override |
Get method call arguments. | |
virtual bool | sendReply (const VariantList &replyArgs) override |
Send reply. More... | |
virtual uid_t | getSenderUid () const override |
Get Id of the user (unix user Id) who invoked the method. | |
virtual std::string | getSenderName () const override |
Gets the unique name of the connection which originated this message. | |
Private Attributes | |
const std::weak_ptr< DbusConnection > | mDbusConnection |
DBusMessage * | mDbusReplyMsg |
const VariantList | mArgList |
std::string | mSenderName |
|
overridevirtual |
Send reply.
@parameter[in] replyArgs This is the return value of the method call
Implements AI_IPC::IAsyncReplySender.