Searched refs:errorToLog (Results 1 – 7 of 7) sorted by relevance
36 std::string errorToLog = targetMon.processError(invalidUnit, validError); in TEST() local37 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()
22 "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()
69 auto errorToLog = it.value().find("errorToLog"); in parseFiles() local70 entry.errorToLog = errorToLog->get<std::string>(); in parseFiles()
12 std::string errorToLog; member
21 std::cout << target << " " << value.errorToLog << std::endl; in dump_targets()
95 return (targetEntry->second.errorToLog); in processError()
117 "errorToLog": "xyz.openbmc_project.State.BMC.Error.MultiUserTargetFailure",122 "errorToLog": "xyz.openbmc_project.State.Chassis.Error.PowerOnTargetFailure",