Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dtypes.hpp80 using GetAllResultType = std::vector<std::pair<Keyword, Value>>; typedef
81 using IntfPropMap = std::map<RecordName, GetAllResultType>;
H A Dvpd_tool_impl.cpp799 const auto vsys = getAllDBusProperty<GetAllResultType>( in getSystemDataFromCache()
805 const auto vcen = getAllDBusProperty<GetAllResultType>( in getSystemDataFromCache()
811 const auto lxr0 = getAllDBusProperty<GetAllResultType>( in getSystemDataFromCache()
817 const auto util = getAllDBusProperty<GetAllResultType>( in getSystemDataFromCache()
H A Dibm_vpd_utils.cpp1148 const auto propertyList = getAllDBusProperty<GetAllResultType>( in clearVpdOnRemoval()