Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/
H A Deditor_impl.cpp370 for (const auto& extraInterface : Inventory["extraInterfaces"].items()) in processAndUpdateEI() local
372 if (extraInterface.value() != NULL) in processAndUpdateEI()
374 for (const auto& eiPropertyList : extraInterface.value().items()) in processAndUpdateEI()
392 interfaces.emplace(extraInterface.key(), in processAndUpdateEI()
/openbmc/openpower-vpd-parser/
H A Dvpd_tool_impl.hpp75 const std::string& extraInterface,
H A Dvpd_tool_impl.cpp266 const string& extraInterface, in getExtraInterfaceProperties() argument
278 makeDBusCall(objectName, extraInterface, kw).read(response); in getExtraInterfaceProperties()