Searched refs:propertyList (Results 1 – 3 of 3) sorted by relevance
172 std::vector<std::pair<std::string, ipmi::Value>> propertyList; in handleRestrictedModeChange() local173 m.read(intf, propertyList); in handleRestrictedModeChange()174 for (const auto& property : propertyList) in handleRestrictedModeChange()192 PropertyMap& propertyList = intfItr->second; in handleRestrictedModeChange() local193 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() local220 m.read(intf, propertyList); in handlePostCompleteChange()221 for (const auto& property : propertyList) in handlePostCompleteChange()239 PropertyMap& propertyList = intfItr->second; in handlePostCompleteChange() local[all …]
135 std::vector<std::pair<std::string, ipmi::Value>> propertyList; in handleRestrictedModeChange() local136 m.read(intf, propertyList); in handleRestrictedModeChange()151 for (const auto& property : propertyList) in handleRestrictedModeChange()
784 PropertyMap& propertyList = intfItr->second; in setupManufacturingModeMatch() local785 auto itr = propertyList.find("SpecialMode"); in setupManufacturingModeMatch()786 if (itr == propertyList.end()) in setupManufacturingModeMatch()