Searched refs:loggingPath (Results 1 – 12 of 12) sorted by relevance
| /openbmc/phosphor-pid-control/ |
| H A D | main.cpp | 307 loggingPath = ""; in main() 318 app.add_option("-l,--log", loggingPath, in main() 334 std::string defLoggingPath(loggingPath); in main() 356 loggingPath = altPath; in main() 360 loggingPath = defLoggingPath; in main() 367 std::cerr << "Logging enabled: " << loggingPath << "\n"; in main()
|
| /openbmc/openpower-pnor-code-mgmt/ |
| H A D | utils.cpp | 160 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-pid-control/pid/ |
| H A D | tuning.cpp | 10 std::string loggingPath; variable
|
| H A D | tuning.hpp | 12 extern std::string loggingPath;
|
| H A D | zone.hpp | 73 _log.open(loggingPath + "/zone_" + std::to_string(zone) + ".log"); in DbusPidZone()
|
| /openbmc/phosphor-fan-presence/presence/ |
| H A D | gpio.cpp | 39 const auto loggingPath = "/xyz/openbmc_project/logging"; variable 116 util::SDBusPlus::callMethod(loggingService, loggingPath, in logConflict()
|
| H A D | error_reporter.cpp | 41 const auto loggingPath = "/xyz/openbmc_project/logging"; variable 179 loggingPath, loggingCreateIface, "CreateWithFFDCFiles", in fanMissingTimerExpired()
|
| H A D | json_parser.cpp | 51 const auto loggingPath = "/xyz/openbmc_project/logging"; variable 316 loggingPath, loggingCreateIface, "Create", in getGpio()
|
| /openbmc/phosphor-pid-control/pid/ec/ |
| H A D | logging.cpp | 164 std::string filec = loggingPath + "/pidcore." + cleanName; in LogInit() 165 std::string filef = loggingPath + "/pidcoeffs." + cleanName; in LogInit()
|
| /openbmc/phosphor-fan-presence/monitor/ |
| H A D | fan_error.cpp | 39 const auto loggingPath = "/xyz/openbmc_project/logging"; variable 118 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in commit()
|
| /openbmc/phosphor-fan-presence/sensor-monitor/ |
| H A D | threshold_alarm_logger.cpp | 41 constexpr auto loggingPath = "/xyz/openbmc_project/logging"; variable 363 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in createEventLog()
|
| H A D | shutdown_alarm_monitor.cpp | 80 const auto loggingPath = "/xyz/openbmc_project/logging"; variable 455 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in createEventLog()
|