Home
last modified time | relevance | path

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

/openbmc/x86-power-control/src/
H A Dpower_control.cpp48 enum class DbusConfigType enum
57 boost::container::flat_map<DbusConfigType, std::string> dbusParams = {
58 {DbusConfigType::name, "DbusName"},
59 {DbusConfigType::path, "Path"},
60 {DbusConfigType::interface, "Interface"},
61 {DbusConfigType::property, "Property"}};
2473 gpioConfig[dbusParams[DbusConfigType::name]]; in loadConfigValues()
2474 tempGpioData->path = gpioConfig[dbusParams[DbusConfigType::path]]; in loadConfigValues()
2476 gpioConfig[dbusParams[DbusConfigType::interface]]; in loadConfigValues()
2478 gpioConfig[dbusParams[DbusConfigType::property]]; in loadConfigValues()