Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp187 auto intfItr = restModeObj.find(restrictionModeIntf); in handleRestrictedModeChange() local
188 if (intfItr == restModeObj.end()) in handleRestrictedModeChange()
192 PropertyMap& propertyList = intfItr->second; in handleRestrictedModeChange()
234 auto intfItr = postCompleteObj.find(systemOsStatusIntf); in handlePostCompleteChange() local
235 if (intfItr == postCompleteObj.end()) in handlePostCompleteChange()
239 PropertyMap& propertyList = intfItr->second; in handlePostCompleteChange()
310 auto intfItr = eSpiresetObj.find(hostMiscIntf); in handleCoreBiosDoneChange() local
311 if (intfItr == eSpiresetObj.end()) in handleCoreBiosDoneChange()
315 PropertyMap& propertyList = intfItr->second; in handleCoreBiosDoneChange()
/openbmc/dbus-sensors/src/
H A DUtils.cpp779 auto intfItr = interfaceAdded.find(specialModeInterface); in setupManufacturingModeMatch() local
780 if (intfItr == interfaceAdded.end()) in setupManufacturingModeMatch()
784 PropertyMap& propertyList = intfItr->second; in setupManufacturingModeMatch()