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

Method emitInterfacesAddedSignal

src/Connection.cpp:581–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581void Connection::emitInterfacesAddedSignal(const ObjectPath& objectPath)
582{
583 auto r = sdbus_->sd_bus_emit_object_added(bus_.get(), objectPath.c_str());
584
585 SDBUS_THROW_ERROR_IF(r < 0, "Failed to emit InterfacesAdded signal for all registered interfaces", -r);
586}
587
588void Connection::emitInterfacesAddedSignal( const ObjectPath& objectPath
589 , const std::vector<InterfaceName>& interfaces )

Callers

nothing calls this directly

Calls 3

getMethod · 0.45

Tested by

no test coverage detected