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.cpp47 enum class DbusConfigType enum
56 boost::container::flat_map<DbusConfigType, std::string> dbusParams = {
57 {DbusConfigType::name, "DbusName"},
58 {DbusConfigType::path, "Path"},
59 {DbusConfigType::interface, "Interface"},
60 {DbusConfigType::property, "Property"}};
2441 gpioConfig[dbusParams[DbusConfigType::name]]; in loadConfigValues()
2442 tempGpioData->path = gpioConfig[dbusParams[DbusConfigType::path]]; in loadConfigValues()
2444 gpioConfig[dbusParams[DbusConfigType::interface]]; in loadConfigValues()
2446 gpioConfig[dbusParams[DbusConfigType::property]]; in loadConfigValues()