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

Method onSdTimerEvent

src/Connection.cpp:391–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

389}
390
391int Connection::onSdTimerEvent(sd_event_source */*s*/, uint64_t /*usec*/, void *userdata)
392{
393 auto *connection = static_cast<Connection*>(userdata);
394 assert(connection != nullptr);
395
396 (void)connection->processPendingEvent();
397
398 return 1;
399}
400
401int Connection::onSdIoEvent(sd_event_source */*s*/, int /*fd*/, uint32_t /*revents*/, void *userdata)
402{

Callers

nothing calls this directly

Calls 1

processPendingEventMethod · 0.80

Tested by

no test coverage detected