Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpowermode.cpp569 auto ipsEntry = ipsProperties.find(IPS_ENABLED_PROP); in ipsChanged() local
570 if (ipsEntry != ipsProperties.end()) in ipsChanged()
572 ipsEnabled = std::get<bool>(ipsEntry->second); in ipsChanged()
577 ipsEntry = ipsProperties.find(IPS_ENTER_UTIL); in ipsChanged()
578 if (ipsEntry != ipsProperties.end()) in ipsChanged()
580 enterUtil = std::get<uint8_t>(ipsEntry->second); in ipsChanged()
585 ipsEntry = ipsProperties.find(IPS_ENTER_TIME); in ipsChanged()
586 if (ipsEntry != ipsProperties.end()) in ipsChanged()
588 std::chrono::milliseconds ms(std::get<uint64_t>(ipsEntry->second)); in ipsChanged()
595 ipsEntry = ipsProperties.find(IPS_EXIT_UTIL); in ipsChanged()
[all …]