Home
last modified time | relevance | path

Searched refs:confFileName (Results 1 – 11 of 11) sorted by relevance

/openbmc/phosphor-fan-presence/monitor/
H A Djson_parser.hpp35 constexpr auto confFileName = "config.json"; variable
52 fan::JsonConfig::getConfFile(confAppName, confFileName)); in getJsonObj()
/openbmc/phosphor-led-manager/manager/
H A Djson-config.hpp17 static constexpr auto confFileName = "led-group-config.json"; variable
145 confFile = fs::path{confOverridePath} / confFileName; in getFilePath()
152 confFile = fs::path{confBasePath} / confFileName; in getFilePath()
/openbmc/phosphor-fan-presence/control/json/
H A Dprofile.hpp43 static constexpr auto confFileName = "profiles.json"; member in phosphor::fan::control::json::Profile
H A Dmanager.hpp207 confAppName, T::confFileName, isOptional); in getConfig()
247 T::confFileName) in getConfig()
251 T::confFileName)); in getConfig()
H A Dfan.hpp49 static constexpr auto confFileName = "fans.json"; member in phosphor::fan::control::json::Fan
H A Dgroup.hpp47 static constexpr auto confFileName = "groups.json"; member in phosphor::fan::control::json::Group
H A Devent.hpp53 static constexpr auto confFileName = "events.json"; member in phosphor::fan::control::json::Event
H A Dzone.hpp59 static constexpr auto confFileName = "zones.json"; member in phosphor::fan::control::json::Zone
H A Dmanager.cpp804 fan::JsonConfig::getConfFile(confAppName, Profile::confFileName, true); in setProfiles()
/openbmc/phosphor-fan-presence/presence/
H A Djson_parser.hpp27 constexpr auto confFileName = "config.json"; variable
H A Djson_parser.cpp63 process(config::load(config::getConfFile(confAppName, confFileName))); in start()
89 process(config::load(config::getConfFile(confAppName, confFileName))); in sighupHandler()