Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
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.hpp166 T getAllDBusProperty(const std::string& service, const std::string& object, in getAllDBusProperty() function
H A Dibm_vpd_utils.cpp1148 const auto propertyList = getAllDBusProperty<GetAllResultType>( in clearVpdOnRemoval()