Home
last modified time | relevance | path

Searched refs:l_objectPaths (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp736 std::vector<std::string> l_objectPaths; local
747 l_result.read(l_objectPaths);
755 return l_objectPaths;
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp565 std::vector<std::string> l_objectPaths; local
577 l_result.read(l_objectPaths);
584 return l_objectPaths;
/openbmc/openpower-vpd-parser/wait-vpd-parser/src/
H A Dprime_inventory.cpp56 const auto l_objectPaths = vpd::dbusUtility::GetSubTreePaths( in isPrimingRequired() local
78 return (l_objectPaths.size() < l_invPathCount); in isPrimingRequired()
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp866 const auto l_objectPaths = utils::GetSubTreePaths( in dumpInventory() local
870 if (!l_objectPaths.empty()) in dumpInventory()
874 std::for_each(l_objectPaths.begin(), l_objectPaths.end(), in dumpInventory()