Searched refs:appName (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-fan-presence/ |
H A D | json_config.hpp | 70 NoConfigFound(const std::string& appName, const std::string& fileName) : in NoConfigFound() argument 73 appName, fileName) in NoConfigFound() 246 static const fs::path getConfFile(const std::string& appName, in getConfFile() argument 251 fs::path confFile = fs::path{confOverridePath} / appName / fileName; in getConfFile() 258 confFile = fs::path{confBasePath} / appName / fileName; in getConfFile() 268 [&confFile, &appName, &fileName](const auto& value) { in getConfFile() 269 confFile = fs::path{confBasePath} / appName / value / fileName; in getConfFile() 281 throw NoConfigFound(appName, fileName); in getConfFile()
|
/openbmc/x86-power-control/src/ |
H A D | power_control.cpp | 45 static const std::string appName = "power-control"; variable 1186 gpioLine.request({appName, gpiod::line_request::EVENT_BOTH_EDGES, {}}); in requestGPIOEvents() 1222 gpioLine.request({appName, gpiod::line_request::DIRECTION_OUTPUT, {}}, in setGPIOOutput()
|