Searched hist:"10010 b192d2d13ef6f976c203ce709a88c867476" (Results 1 – 5 of 5) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | callback.hpp | 10010b192d2d13ef6f976c203ce709a88c867476 Sun Aug 28 14:56:07 CDT 2022 Patrick Williams <patrick@stwcx.xyz> async: add client-object proxy
Add a class which acts as a client-side proxy to a object. The proxy holds the object address (service, path, interface) and creates Senders for standard dbus operations: method-call, get-property, set-property, get-all-properties. These Senders can also be used in co-routine contexts (via co_await).
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4b2e50a8b55d10975984ac4244bb075db8746fbf
|
H A D | proxy.hpp | 10010b192d2d13ef6f976c203ce709a88c867476 Sun Aug 28 14:56:07 CDT 2022 Patrick Williams <patrick@stwcx.xyz> async: add client-object proxy
Add a class which acts as a client-side proxy to a object. The proxy holds the object address (service, path, interface) and creates Senders for standard dbus operations: method-call, get-property, set-property, get-all-properties. These Senders can also be used in co-routine contexts (via co_await).
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4b2e50a8b55d10975984ac4244bb075db8746fbf
|
/openbmc/sdbusplus/example/ |
H A D | coroutine-example.cpp | 10010b192d2d13ef6f976c203ce709a88c867476 Sun Aug 28 14:56:07 CDT 2022 Patrick Williams <patrick@stwcx.xyz> async: add client-object proxy
Add a class which acts as a client-side proxy to a object. The proxy holds the object address (service, path, interface) and creates Senders for standard dbus operations: method-call, get-property, set-property, get-all-properties. These Senders can also be used in co-routine contexts (via co_await).
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4b2e50a8b55d10975984ac4244bb075db8746fbf
|
H A D | meson.build | diff 10010b192d2d13ef6f976c203ce709a88c867476 Sun Aug 28 14:56:07 CDT 2022 Patrick Williams <patrick@stwcx.xyz> async: add client-object proxy
Add a class which acts as a client-side proxy to a object. The proxy holds the object address (service, path, interface) and creates Senders for standard dbus operations: method-call, get-property, set-property, get-all-properties. These Senders can also be used in co-routine contexts (via co_await).
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4b2e50a8b55d10975984ac4244bb075db8746fbf
|
/openbmc/sdbusplus/include/sdbusplus/ |
H A D | async.hpp | diff 10010b192d2d13ef6f976c203ce709a88c867476 Sun Aug 28 14:56:07 CDT 2022 Patrick Williams <patrick@stwcx.xyz> async: add client-object proxy
Add a class which acts as a client-side proxy to a object. The proxy holds the object address (service, path, interface) and creates Senders for standard dbus operations: method-call, get-property, set-property, get-all-properties. These Senders can also be used in co-routine contexts (via co_await).
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4b2e50a8b55d10975984ac4244bb075db8746fbf
|