Searched refs:configType (Results 1 – 6 of 6) sorted by relevance
18 std::string configType; in ButtonIface() local23 configType = "GPIO"; in ButtonIface()28 configType = "CPLD"; in ButtonIface()35 (getFormFactorType() + " : failed to config " + configType) in ButtonIface()
15 const std::string& configType, in SoftwareConfig() argument17 objectPath(objPath), configName(name), configType(configType), in SoftwareConfig()
135 return config.configType; in getEMConfigType()
27 const std::string& compatible, const std::string& configType,39 const std::string configType; member in phosphor::software::config::SoftwareConfig
324 auto iface = config.find(configInterfaceName(configType)); in match()334 return interfaces.contains(configInterfaceName(configType)); in match()349 if (type != configType) in from()
325 static constexpr const char* configType = "MCTPI2CTarget"; member in I2CMCTPDDevice