|
MethodReply | send (uint64_t timeout) const |
|
void | send (void *callback, void *userData, uint64_t timeout, dont_request_slot_t) const |
|
void | send (void *callback, void *userData, uint64_t timeout, floating_slot_t) const |
|
Slot | send (void *callback, void *userData, uint64_t timeout) const |
|
MethodReply | createReply () const |
|
MethodReply | createErrorReply (const sdbus::Error &error) const |
|
void | dontExpectReply () |
|
bool | doesntExpectReply () const |
|
Message & | operator<< (bool item) |
|
Message & | operator<< (int16_t item) |
|
Message & | operator<< (int32_t item) |
|
Message & | operator<< (int64_t item) |
|
Message & | operator<< (uint8_t item) |
|
Message & | operator<< (uint16_t item) |
|
Message & | operator<< (uint32_t item) |
|
Message & | operator<< (uint64_t item) |
|
Message & | operator<< (double item) |
|
Message & | operator<< (const char *item) |
|
Message & | operator<< (const std::string &item) |
|
Message & | operator<< (const Variant &item) |
|
Message & | operator<< (const ObjectPath &item) |
|
Message & | operator<< (const Signature &item) |
|
Message & | operator<< (const UnixFd &item) |
|
Message & | operator>> (bool &item) |
|
Message & | operator>> (int16_t &item) |
|
Message & | operator>> (int32_t &item) |
|
Message & | operator>> (int64_t &item) |
|
Message & | operator>> (uint8_t &item) |
|
Message & | operator>> (uint16_t &item) |
|
Message & | operator>> (uint32_t &item) |
|
Message & | operator>> (uint64_t &item) |
|
Message & | operator>> (double &item) |
|
Message & | operator>> (char *&item) |
|
Message & | operator>> (std::string &item) |
|
Message & | operator>> (Variant &item) |
|
Message & | operator>> (ObjectPath &item) |
|
Message & | operator>> (Signature &item) |
|
Message & | operator>> (UnixFd &item) |
|
Message & | openContainer (const std::string &signature) |
|
Message & | closeContainer () |
|
Message & | openDictEntry (const std::string &signature) |
|
Message & | closeDictEntry () |
|
Message & | openVariant (const std::string &signature) |
|
Message & | closeVariant () |
|
Message & | openStruct (const std::string &signature) |
|
Message & | closeStruct () |
|
Message & | enterContainer (const std::string &signature) |
|
Message & | exitContainer () |
|
Message & | enterDictEntry (const std::string &signature) |
|
Message & | exitDictEntry () |
|
Message & | enterVariant (const std::string &signature) |
|
Message & | exitVariant () |
|
Message & | enterStruct (const std::string &signature) |
|
Message & | exitStruct () |
|
| operator bool () const |
|
void | clearFlags () |
|
std::string | getInterfaceName () const |
|
std::string | getMemberName () const |
|
std::string | getSender () const |
|
std::string | getPath () const |
|
std::string | getDestination () const |
|
void | peekType (std::string &type, std::string &contents) const |
|
bool | isValid () const |
|
bool | isEmpty () const |
|
void | copyTo (Message &destination, bool complete) const |
|
void | seal () |
|
void | rewind (bool complete) |
|
pid_t | getCredsPid () const |
|
uid_t | getCredsUid () const |
|
uid_t | getCredsEuid () const |
|
gid_t | getCredsGid () const |
|
gid_t | getCredsEgid () const |
|
std::vector< gid_t > | getCredsSupplementaryGids () const |
|
std::string | getSELinuxContext () const |
|
|
| MethodCall (void *msg, internal::ISdBus *sdbus, const internal::IConnection *connection, adopt_message_t) noexcept |
|
| Message (internal::ISdBus *sdbus) noexcept |
|
| Message (void *msg, internal::ISdBus *sdbus) noexcept |
|
| Message (void *msg, internal::ISdBus *sdbus, adopt_message_t) noexcept |
|
| Message (const Message &) noexcept |
|
Message & | operator= (const Message &) noexcept |
|
| Message (Message &&other) noexcept |
|
Message & | operator= (Message &&other) noexcept |
|