Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowermode.cpp373 if (customerModeList.contains(newMode)) in updateDbusMode()
1233 if (customerModeList.contains(newMode)) in powerMode()
1354 customerModeList.clear(); in getSupportedModes()
1362 customerModeList.insert(modeValue); in getSupportedModes()
1420 if (customerModeList.contains(mode) || oemModeList.contains(mode)) in isValidMode()
H A Dpowermode.hpp373 std::set<SysPwrMode> customerModeList = { member in open_power::occ::powermode::PowerMode