Searched refs:appName (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-fan-presence/ |
| H A D | json_config.hpp | 69 NoConfigFound(const std::string& appName, const std::string& fileName) : in NoConfigFound() argument 72 appName, fileName) in NoConfigFound() 245 static const fs::path getConfFile(const std::string& appName, in getConfFile() argument 250 fs::path confFile = fs::path{confOverridePath} / appName / fileName; in getConfFile() 257 confFile = fs::path{confBasePath} / appName / fileName; in getConfFile() 267 [&confFile, &appName, &fileName](const auto& value) { in getConfFile() 268 confFile = fs::path{confBasePath} / appName / value / fileName; in getConfFile() 280 throw NoConfigFound(appName, fileName); in getConfFile()
|
| /openbmc/x86-power-control/src/ |
| H A D | power_control.cpp | 46 static const std::string appName = "power-control"; variable 1194 gpioLine.request({appName, gpiod::line_request::EVENT_BOTH_EDGES, {}}); in requestGPIOEvents() 1230 gpioLine.request({appName, gpiod::line_request::DIRECTION_OUTPUT, {}}, in setGPIOOutput()
|