|
sdbus::Variant | Get (const InterfaceName &interfaceName, const PropertyName &propertyName) |
sdbus::Variant | Get (std::string_view interfaceName, std::string_view propertyName) |
template<typename _Function> |
PendingAsyncCall | GetAsync (const InterfaceName &interfaceName, const PropertyName &propertyName, _Function &&callback) |
template<typename _Function> |
Slot | GetAsync (const InterfaceName &interfaceName, const PropertyName &propertyName, _Function &&callback, return_slot_t) |
template<typename _Function> |
PendingAsyncCall | GetAsync (std::string_view interfaceName, std::string_view propertyName, _Function &&callback) |
template<typename _Function> |
Slot | GetAsync (std::string_view interfaceName, std::string_view propertyName, _Function &&callback, return_slot_t) |
std::future< sdbus::Variant > | GetAsync (const InterfaceName &interfaceName, const PropertyName &propertyName, with_future_t) |
std::future< sdbus::Variant > | GetAsync (std::string_view interfaceName, std::string_view propertyName, with_future_t) |
void | Set (const InterfaceName &interfaceName, const PropertyName &propertyName, const sdbus::Variant &value) |
void | Set (std::string_view interfaceName, const std::string_view propertyName, const sdbus::Variant &value) |
void | Set (const InterfaceName &interfaceName, const PropertyName &propertyName, const sdbus::Variant &value, dont_expect_reply_t) |
void | Set (std::string_view interfaceName, const std::string_view propertyName, const sdbus::Variant &value, dont_expect_reply_t) |
template<typename _Function> |
PendingAsyncCall | SetAsync (const InterfaceName &interfaceName, const PropertyName &propertyName, const sdbus::Variant &value, _Function &&callback) |
template<typename _Function> |
PendingAsyncCall | SetAsync (const InterfaceName &interfaceName, const PropertyName &propertyName, const sdbus::Variant &value, _Function &&callback, return_slot_t) |
template<typename _Function> |
PendingAsyncCall | SetAsync (std::string_view interfaceName, std::string_view propertyName, const sdbus::Variant &value, _Function &&callback) |
template<typename _Function> |
PendingAsyncCall | SetAsync (std::string_view interfaceName, std::string_view propertyName, const sdbus::Variant &value, _Function &&callback, return_slot_t) |
std::future< void > | SetAsync (const InterfaceName &interfaceName, const PropertyName &propertyName, const sdbus::Variant &value, with_future_t) |
std::future< void > | SetAsync (std::string_view interfaceName, std::string_view propertyName, const sdbus::Variant &value, with_future_t) |
std::map< PropertyName, sdbus::Variant > | GetAll (const InterfaceName &interfaceName) |
std::map< PropertyName, sdbus::Variant > | GetAll (std::string_view interfaceName) |
template<typename _Function> |
PendingAsyncCall | GetAllAsync (const InterfaceName &interfaceName, _Function &&callback) |
template<typename _Function> |
PendingAsyncCall | GetAllAsync (const InterfaceName &interfaceName, _Function &&callback, return_slot_t) |
template<typename _Function> |
PendingAsyncCall | GetAllAsync (std::string_view interfaceName, _Function &&callback) |
template<typename _Function> |
PendingAsyncCall | GetAllAsync (std::string_view interfaceName, _Function &&callback, return_slot_t) |
std::future< std::map< PropertyName, sdbus::Variant > > | GetAllAsync (const InterfaceName &interfaceName, with_future_t) |
std::future< std::map< PropertyName, sdbus::Variant > > | GetAllAsync (std::string_view interfaceName, with_future_t) |