MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / addMatchAsync

Method addMatchAsync

src/Connection.cpp:261–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void Connection::addMatchAsync(const std::string& match, message_handler callback, message_handler installCallback)
262{
263 floatingMatchRules_.push_back(addMatchAsync(match, std::move(callback), std::move(installCallback), return_slot));
264}
265
266Slot Connection::addMatchAsync( const std::string& match
267 , message_handler callback

Callers 1

TYPED_TESTFunction · 0.80

Calls 5

push_backMethod · 0.80
sd_bus_slot_unrefMethod · 0.80
releaseMethod · 0.80
getMethod · 0.45

Tested by 1

TYPED_TESTFunction · 0.64