Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowermode.cpp389 if (customerModeList.contains(newMode)) in updateDbusMode()
1289 if (customerModeList.contains(newMode)) in powerMode()
1400 customerModeList.clear(); in getSupportedModes()
1408 customerModeList.insert(modeValue); in getSupportedModes()
1462 if (customerModeList.contains(mode) || oemModeList.contains(mode)) in isValidMode()
H A Dpowermode.hpp377 std::set<SysPwrMode> customerModeList = { member in open_power::occ::powermode::PowerMode