Home
last modified time | relevance | path

Searched refs:errorToLog (Results 1 – 7 of 7) sorted by relevance

/openbmc/phosphor-state-manager/test/
H A Dsystemd_signal.cpp36 std::string errorToLog = targetMon.processError(invalidUnit, validError); in TEST() local
37 EXPECT_TRUE(errorToLog.empty()); in TEST()
41 errorToLog = targetMon.processError(validUnit, invalidError); in TEST()
42 EXPECT_TRUE(errorToLog.empty()); in TEST()
44 errorToLog = targetMon.processError(validUnit, validError); in TEST()
45 EXPECT_FALSE(errorToLog.empty()); in TEST()
46 EXPECT_EQ(errorToLog, in TEST()
H A Dsystemd_parser.cpp22 "errorToLog": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure"}, in TEST()
25 "errorToLog": "xyz.openbmc_project.State.Chassis.Error.PowerOnTargetFailure"} in TEST()
35 "errorToLog": "xyz.openbmc_project.State.Host.Error.HostStartFailure"}, in TEST()
38 "errorToLog": "xyz.openbmc_project.State.Host.Error.HostStopFailure"} in TEST()
64 EXPECT_EQ(tgt.errorToLog, in TEST()
82 "errorToLog": "xyz.openbmc_project.State.Chassis.Error.PowerOnTargetFailure"} in TEST()
/openbmc/phosphor-state-manager/
H A Dsystemd_target_parser.cpp69 auto errorToLog = it.value().find("errorToLog"); in parseFiles() local
70 entry.errorToLog = errorToLog->get<std::string>(); in parseFiles()
H A Dsystemd_target_parser.hpp12 std::string errorToLog; member
H A Dsystemd_target_monitor.cpp21 std::cout << target << " " << value.errorToLog << std::endl; in dump_targets()
H A Dsystemd_target_signal.cpp95 return (targetEntry->second.errorToLog); in processError()
/openbmc/docs/designs/
H A Dtarget-fail-monitoring.md117 "errorToLog": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",
122 "errorToLog": "xyz.openbmc_project.State.Chassis.Error.PowerOnTargetFailure",