Home
last modified time | relevance | path

Searched refs:isOptional (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-fan-presence/
H A Djson_config.hpp247 bool isOptional = false) in getConfFile() argument
278 if (confFile.empty() && !isOptional) in getConfFile()
/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.hpp200 static std::map<configKey, std::unique_ptr<T>> getConfig(bool isOptional, in getConfig() argument
206 confAppName, T::confFileName, isOptional); in getConfig()
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp596 bool isOptional = std::visit( in readJsonHelperObject() local
603 if (isOptional) in readJsonHelperObject()