Lines Matching +full:auto +full:- +full:string +full:- +full:detection
8 * http://www.apache.org/licenses/LICENSE-2.0
22 #include <phosphor-logging/elog-errors.hpp>
23 #include <phosphor-logging/elog.hpp>
38 const auto loggingService = "xyz.openbmc_project.Logging";
39 const auto loggingPath = "/xyz/openbmc_project/logging";
40 const auto loggingCreateIface = "xyz.openbmc_project.Logging.Create";
42 Gpio::Gpio(const std::string& physDevice, const std::string& device, in Gpio()
96 void Gpio::logConflict(const std::string& fanInventoryPath) const in logConflict()
99 std::map<std::string, std::string> ad; in logConflict()
102 static constexpr auto errorName = in logConflict()
103 "xyz.openbmc_project.Fan.Presence.Error.Detection"; in logConflict()