Searched refs:loggingPath (Results 1 – 12 of 12) sorted by relevance
/openbmc/phosphor-pid-control/ |
H A D | main.cpp | 308 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 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-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 | 43 const auto loggingPath = "/xyz/openbmc_project/logging"; variable 180 loggingPath, loggingCreateIface, "CreateWithFFDCFiles", in fanMissingTimerExpired()
|
H A D | json_parser.cpp | 52 const auto loggingPath = "/xyz/openbmc_project/logging"; variable 328 loggingPath, loggingCreateIface, "Create", in getGpio()
|
/openbmc/phosphor-pid-control/pid/ |
H A D | tuning.cpp | 23 std::string loggingPath; variable
|
H A D | tuning.hpp | 12 extern std::string loggingPath;
|
H A D | zone.hpp | 65 _log.open(loggingPath + "/zone_" + std::to_string(zone) + ".log"); in DbusPidZone()
|
/openbmc/phosphor-pid-control/pid/ec/ |
H A D | logging.cpp | 175 std::string filec = loggingPath + "/pidcore." + cleanName; in LogInit() 176 std::string filef = loggingPath + "/pidcoeffs." + cleanName; in LogInit()
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | fan_error.cpp | 38 const auto loggingPath = "/xyz/openbmc_project/logging"; variable 117 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in commit()
|
/openbmc/phosphor-fan-presence/sensor-monitor/ |
H A D | threshold_alarm_logger.cpp | 44 constexpr auto loggingPath = "/xyz/openbmc_project/logging"; variable 363 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in createEventLog()
|
H A D | shutdown_alarm_monitor.cpp | 83 const auto loggingPath = "/xyz/openbmc_project/logging"; variable 466 SDBusPlus::callMethod(loggingService, loggingPath, loggingCreateIface, in createEventLog()
|