Home
last modified time | relevance | path

Searched refs:i_objectPath (Results 1 – 7 of 7) 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.hpp41 const std::string& i_serviceName, const std::string& i_objectPath, in readDbusProperty() argument
47 if (i_serviceName.empty() || i_objectPath.empty() || i_interface.empty() || in readDbusProperty()
60 l_bus.new_method_call(i_serviceName.c_str(), i_objectPath.c_str(), in readDbusProperty()
93 const std::string& i_service, const std::string& i_objectPath, in getPropertyMap() argument
97 if (i_service.empty() || i_objectPath.empty() || i_interface.empty()) in getPropertyMap()
108 l_bus.new_method_call(i_service.c_str(), i_objectPath.c_str(), in getPropertyMap()
514 const std::string& i_objectPath, in GetServiceInterfacesForObject() argument
518 if (i_objectPath.empty()) in GetServiceInterfacesForObject()
532 l_method.append(i_objectPath, i_constrainingInterfaces); in GetServiceInterfacesForObject()
562 const std::string i_objectPath, const int i_depth = 0, in GetSubTreePaths() argument
[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()
733 const std::string i_objectPath, const int i_depth = 0, in GetSubTreePaths() argument
744 l_method.append(i_objectPath, i_depth, i_constrainingInterfaces);
752 "Error while getting GetSubTreePaths for path [" + i_objectPath +
H A Dvpd_specific_utility.hpp655 inline void resetDataUnderPIM(const std::string& i_objectPath, in resetDataUnderPIM() argument
660 if (i_objectPath.empty()) in resetDataUnderPIM()
670 dbusUtility::getObjectMap(i_objectPath, l_interfaces); in resetDataUnderPIM()
694 dbusUtility::getPropertyMap(l_service, i_objectPath, in resetDataUnderPIM()
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dlistener.cpp426 const std::string& i_serviceName, const std::string& i_objectPath, in getCorrelatedProps() argument
442 l_destinationJsonObj["pathsPair"].contains(i_objectPath) && in getCorrelatedProps()
443 l_destinationJsonObj["pathsPair"][i_objectPath].contains( in getCorrelatedProps()
445 l_destinationJsonObj["pathsPair"][i_objectPath].contains( in getCorrelatedProps()
451 l_destinationJsonObj["pathsPair"][i_objectPath] in getCorrelatedProps()
457 l_destinationJsonObj["pathsPair"][i_objectPath] in getCorrelatedProps()
474 l_result.emplace_back(i_objectPath, in getCorrelatedProps()
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp267 nlohmann::json VpdTool::getFruProperties(const std::string& i_objectPath) const in getFruProperties()
270 if (!isFruPresent(i_objectPath)) in getFruProperties()
279 (i_objectPath.find(constants::baseInventoryPath) == std::string::npos) in getFruProperties()
280 ? i_objectPath in getFruProperties()
281 : i_objectPath.substr(strlen(constants::baseInventoryPath)); in getFruProperties()
288 i_objectPath, std::vector<std::string>{}); in getFruProperties()
296 populateFruJson(i_objectPath, l_fruObject, l_interfaceList); in getFruProperties()
299 const auto l_typePropertyJson = getFruTypeProperty(i_objectPath); in getFruProperties()
314 const std::string& i_objectPath, const std::string& i_interface, in getInventoryPropertyJson() argument
324 i_objectPath, i_interface, i_propertyName); in getInventoryPropertyJson()
[all …]
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dlistener.hpp139 const std::string& i_serviceName, const std::string& i_objectPath,