Home
last modified time | relevance | path

Searched refs:loggingPath (Results 1 – 12 of 12) sorted by relevance

/openbmc/phosphor-pid-control/
H A Dmain.cpp308 loggingPath = ""; in main()
319 app.add_option("-l,--log", loggingPath, in main()
335 std::string defLoggingPath(loggingPath); in main()
357 loggingPath = altPath; in main()
361 loggingPath = defLoggingPath; in main()
368 std::cerr << "Logging enabled: " << loggingPath << "\n"; in main()
/openbmc/openpower-pnor-code-mgmt/
H A Dutils.cpp160 constexpr auto loggingPath = "/xyz/openbmc_project/logging"; in deleteAllErrorLogs() local
163 auto service = getService(bus, loggingPath, deleteAllIntf); in deleteAllErrorLogs()
164 auto method = bus.new_method_call(service.c_str(), loggingPath, in deleteAllErrorLogs()
/openbmc/phosphor-fan-presence/presence/
H A Dgpio.cpp39 const auto loggingPath = "/xyz/openbmc_project/logging"; variable
116 util::SDBusPlus::callMethod(loggingService, loggingPath, in logConflict()
H A Derror_reporter.cpp43 const auto loggingPath = "/xyz/openbmc_project/logging"; variable
180 loggingPath, loggingCreateIface, "CreateWithFFDCFiles", in fanMissingTimerExpired()
H A Djson_parser.cpp52 const auto loggingPath = "/xyz/openbmc_project/logging"; variable
328 loggingPath, loggingCreateIface, "Create", in getGpio()
/openbmc/phosphor-pid-control/pid/
H A Dtuning.cpp23 std::string loggingPath; variable
H A Dtuning.hpp12 extern std::string loggingPath;
H A Dzone.hpp65 _log.open(loggingPath + "/zone_" + std::to_string(zone) + ".log"); in DbusPidZone()
/openbmc/phosphor-pid-control/pid/ec/
H A Dlogging.cpp175 std::string filec = loggingPath + "/pidcore." + cleanName; in LogInit()
176 std::string filef = loggingPath + "/pidcoeffs." + cleanName; in LogInit()
/openbmc/phosphor-fan-presence/monitor/
H A Dfan_error.cpp38 const auto loggingPath = "/xyz/openbmc_project/logging"; variable
117 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in commit()
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dthreshold_alarm_logger.cpp44 constexpr auto loggingPath = "/xyz/openbmc_project/logging"; variable
363 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in createEventLog()
H A Dshutdown_alarm_monitor.cpp83 const auto loggingPath = "/xyz/openbmc_project/logging"; variable
466 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in createEventLog()