Home
last modified time | relevance | path

Searched refs:configType (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-buttons/inc/
H A Dbutton_interface.hpp18 std::string configType; in ButtonIface() local
23 configType = "GPIO"; in ButtonIface()
28 configType = "CPLD"; in ButtonIface()
35 (getFormFactorType() + " : failed to config " + configType) in ButtonIface()
/openbmc/phosphor-bmc-code-mgmt/common/src/
H A Dsoftware_config.cpp15 const std::string& configType, in SoftwareConfig() argument
17 objectPath(objPath), configName(name), configType(configType), in SoftwareConfig()
H A Ddevice.cpp135 return config.configType; in getEMConfigType()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dsoftware_config.hpp27 const std::string& compatible, const std::string& configType,
39 const std::string configType; member in phosphor::software::config::SoftwareConfig
/openbmc/dbus-sensors/src/mctp/
H A DMCTPEndpoint.cpp324 auto iface = config.find(configInterfaceName(configType)); in match()
334 return interfaces.contains(configInterfaceName(configType)); in match()
349 if (type != configType) in from()
H A DMCTPEndpoint.hpp325 static constexpr const char* configType = "MCTPI2CTarget"; member in I2CMCTPDDevice