Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dlistener.hpp158 const types::DbusPropertyEntry& i_corrProperty,
H A Dtypes.hpp234 using DbusPropertyEntry = std::tuple<std::string, std::string, std::string>; typedef
236 using DbusPropertyList = std::vector<DbusPropertyEntry>;
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dlistener.cpp490 const types::DbusPropertyEntry& i_corrProperty, in updateCorrelatedProperty()