Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/src/
H A Dallowlist-filter.cpp172 std::vector<std::pair<std::string, ipmi::Value>> propertyList; in handleRestrictedModeChange() local
173 m.read(intf, propertyList); in handleRestrictedModeChange()
174 for (const auto& property : propertyList) in handleRestrictedModeChange()
192 PropertyMap& propertyList = intfItr->second; in handleRestrictedModeChange() local
193 auto itr = propertyList.find("RestrictionMode"); in handleRestrictedModeChange()
194 if (itr == propertyList.end()) in handleRestrictedModeChange()
219 std::vector<std::pair<std::string, ipmi::Value>> propertyList; in handlePostCompleteChange() local
220 m.read(intf, propertyList); in handlePostCompleteChange()
221 for (const auto& property : propertyList) in handlePostCompleteChange()
239 PropertyMap& propertyList = intfItr->second; in handlePostCompleteChange() local
[all …]
/openbmc/phosphor-host-ipmid/
H A Dwhitelist-filter.cpp135 std::vector<std::pair<std::string, ipmi::Value>> propertyList; in handleRestrictedModeChange() local
136 m.read(intf, propertyList); in handleRestrictedModeChange()
151 for (const auto& property : propertyList) in handleRestrictedModeChange()
/openbmc/dbus-sensors/src/
H A DUtils.cpp784 PropertyMap& propertyList = intfItr->second; in setupManufacturingModeMatch() local
785 auto itr = propertyList.find("SpecialMode"); in setupManufacturingModeMatch()
786 if (itr == propertyList.end()) in setupManufacturingModeMatch()