Home
last modified time | relevance | path

Searched refs:i_objectPath (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dvpd_tool.hpp43 nlohmann::json getFruProperties(const std::string& i_objectPath) const;
96 const std::string& i_objectPath, const std::string& i_interface,
113 const std::string& i_objectPath) const noexcept;
125 bool isFruPresent(const std::string& i_objectPath) const noexcept;
H A Dtool_utils.hpp40 const std::string& i_serviceName, const std::string& i_objectPath, in readDbusProperty() argument
46 if (i_serviceName.empty() || i_objectPath.empty() || i_interface.empty() || in readDbusProperty()
59 l_bus.new_method_call(i_serviceName.c_str(), i_objectPath.c_str(), in readDbusProperty()
92 const std::string& i_service, const std::string& i_objectPath, in getPropertyMap() argument
96 if (i_service.empty() || i_objectPath.empty() || i_interface.empty()) in getPropertyMap()
107 l_bus.new_method_call(i_service.c_str(), i_objectPath.c_str(), in getPropertyMap()
513 const std::string& i_objectPath, in GetServiceInterfacesForObject() argument
517 if (i_objectPath.empty()) in GetServiceInterfacesForObject()
531 l_method.append(i_objectPath, i_constrainingInterfaces); in GetServiceInterfacesForObject()
561 const std::string i_objectPath, const int i_depth = 0, in GetSubTreePaths() argument
[all …]
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp240 nlohmann::json VpdTool::getFruProperties(const std::string& i_objectPath) const in getFruProperties()
243 if (!isFruPresent(i_objectPath)) in getFruProperties()
252 (i_objectPath.find(constants::baseInventoryPath) == std::string::npos) in getFruProperties()
253 ? i_objectPath in getFruProperties()
254 : i_objectPath.substr(strlen(constants::baseInventoryPath)); in getFruProperties()
261 i_objectPath, std::vector<std::string>{}); in getFruProperties()
269 populateFruJson(i_objectPath, l_fruObject, l_interfaceList); in getFruProperties()
272 const auto l_typePropertyJson = getFruTypeProperty(i_objectPath); in getFruProperties()
287 const std::string& i_objectPath, const std::string& i_interface, in getInventoryPropertyJson() argument
297 i_objectPath, i_interface, i_propertyName); in getInventoryPropertyJson()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp83 const std::string& i_objectPath, in getPropertyMap() argument
87 if (i_service.empty() || i_objectPath.empty() || i_interface.empty()) in getPropertyMap()
97 l_bus.new_method_call(i_service.c_str(), i_objectPath.c_str(), in getPropertyMap()
132 const std::string& i_objectPath, const int& i_depth, in getObjectSubTree() argument
137 if (i_objectPath.empty()) in getObjectSubTree()
149 l_method.append(i_objectPath, i_depth, i_interfaces); in getObjectSubTree()
H A Dvpd_specific_utility.hpp573 inline void resetDataUnderPIM(const std::string& i_objectPath, in resetDataUnderPIM() argument
580 dbusUtility::getObjectMap(i_objectPath, l_interfaces); in resetDataUnderPIM()
603 dbusUtility::getPropertyMap(l_service, i_objectPath, in resetDataUnderPIM()
644 logging::logMessage("Failed to remove VPD for FRU: " + i_objectPath + in resetDataUnderPIM()