Lines Matching refs:sdbusplus
33 sdbusplus::bus_t& bus) : in SystemdTargetLogging()
37 sdbusplus::bus::match::rules::type::signal() + in SystemdTargetLogging()
38 sdbusplus::bus::match::rules::member("JobRemoved") + in SystemdTargetLogging()
39 sdbusplus::bus::match::rules::path( in SystemdTargetLogging()
41 sdbusplus::bus::match::rules::interface( in SystemdTargetLogging()
43 [this](sdbusplus::message_t& m) { systemdUnitChange(m); }), in SystemdTargetLogging()
45 bus, sdbusplus::bus::match::rules::nameOwnerChanged(),
46 [this](sdbusplus::message_t& m) { processNameChangeSignal(m); }) in __anonedb643ec0202()
91 void systemdUnitChange(sdbusplus::message_t& msg);
101 void processNameChangeSignal(sdbusplus::message_t& msg);
110 sdbusplus::bus_t& bus;
113 sdbusplus::bus::match_t systemdJobRemovedSignal;
116 sdbusplus::bus::match_t systemdNameOwnedChangedSignal;