Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dprime_inventory.cpp271 vpd::types::PropertyMap l_propertyMap; in populateInterfaces() local
280 l_propertyMap.emplace(l_property, in populateInterfaces()
302 l_propertyMap.emplace(l_property, l_value); in populateInterfaces()
304 auto l_locCodeProperty = l_propertyMap; in populateInterfaces()
319 l_propertyMap.emplace( in populateInterfaces()
327 l_propertyMap.emplace(l_property, in populateInterfaces()
340 l_propertyMap.emplace(l_property, in populateInterfaces()
371 l_propertyMap.emplace(l_property, l_encoded); in populateInterfaces()
399 l_propertyMap.emplace(l_property, l_encodedValue); in populateInterfaces()
419 l_propertyMap.emplace(l_property, l_encodedValue); in populateInterfaces()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp834 types::PropertyMap l_propertyMap; in resetDataUnderPIM() local
844 l_propertyMap.emplace(l_propertyName, in resetDataUnderPIM()
853 l_propertyMap.emplace( in resetDataUnderPIM()
856 l_propertyMap.emplace("StartTime", 0); in resetDataUnderPIM()
857 l_propertyMap.emplace("CompletedTime", 0); in resetDataUnderPIM()
869 l_propertyMap.emplace(l_propertyName, in resetDataUnderPIM()
880 l_propertyMap.emplace(l_propertyName, in resetDataUnderPIM()
889 l_propertyMap.emplace(l_propertyName, true); in resetDataUnderPIM()
894 std::move(l_propertyMap)); in resetDataUnderPIM()
H A Ddbus_utility.hpp605 types::PropertyMap l_propertyMap; in notifyFRUCollectionStatus() local
607 l_propertyMap.emplace("Status", i_fruCollectionStatus); in notifyFRUCollectionStatus()
608 l_interfaceMap.emplace(constants::vpdCollectionInterface, l_propertyMap); in notifyFRUCollectionStatus()