Home
last modified time | relevance | path

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

/openbmc/openpower-occ-control/
H A Dpldm.cpp267 const auto stateEntry = properties.find("CurrentHostState"); in hostStateEvent() local
268 if (stateEntry != properties.end()) in hostStateEvent()
270 auto stateEntryValue = stateEntry->second; in hostStateEvent()