Searched refs:SystemdTargetLogging (Results 1 – 4 of 4) sorted by relevance
21 class SystemdTargetLogging class24 SystemdTargetLogging() = delete;25 SystemdTargetLogging(const SystemdTargetLogging&) = delete;26 SystemdTargetLogging& operator=(const SystemdTargetLogging&) = delete;27 SystemdTargetLogging(SystemdTargetLogging&&) = delete;28 SystemdTargetLogging& operator=(SystemdTargetLogging&&) = delete;29 virtual ~SystemdTargetLogging() = default;31 SystemdTargetLogging(const TargetErrorData& targetData, in SystemdTargetLogging() function in phosphor::state::manager::SystemdTargetLogging
29 void SystemdTargetLogging::startBmcQuiesceTarget() in startBmcQuiesceTarget()53 void SystemdTargetLogging::logError(const std::string& errorLog, in logError()78 std::string SystemdTargetLogging::processError(const std::string& unit, in processError()121 void SystemdTargetLogging::systemdUnitChange(sdbusplus::message_t& msg) in systemdUnitChange()144 void SystemdTargetLogging::processNameChangeSignal(sdbusplus::message_t& msg) in processNameChangeSignal()161 void SystemdTargetLogging::subscribeToSystemdSignals() in subscribeToSystemdSignals()
85 phosphor::state::manager::SystemdTargetLogging targetMon( in main()
31 phosphor::state::manager::SystemdTargetLogging targetMon( in TEST()