| /openbmc/openpower-hw-diags/attn/ |
| H A D | attn_dbus.cpp | 14 int dbusMethod(const std::string& i_path, const std::string& i_interface, in dbusMethod() argument 26 if (0 == util::dbus::findService(i_interface, i_path, service)) in dbusMethod() 31 i_interface.c_str(), i_function.c_str()); in dbusMethod() 40 trace::inf(i_interface.c_str()); in dbusMethod()
|
| H A D | attn_dbus.hpp | 24 int dbusMethod(const std::string& i_path, const std::string& i_interface,
|
| /openbmc/openpower-hw-diags/util/ |
| H A D | dbus.hpp | 33 int find(const std::string& i_interface, std::string& o_path, 44 int findService(const std::string& i_interface, const std::string& i_path, 56 int getProperty(const std::string& i_interface, const std::string& i_path,
|
| H A D | dbus.cpp | 20 int find(const std::string& i_interface, std::string& o_path, in find() argument 36 std::vector<std::string>{i_interface}); in find() 63 int findService(const std::string& i_interface, const std::string& i_path, in findService() argument 79 method.append(i_path, std::vector<std::string>{i_interface}); in findService() 106 int getProperty(const std::string& i_interface, const std::string& i_path, in getProperty() argument 123 method.append(i_interface, i_property); in getProperty()
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/ |
| H A D | listener.hpp | 84 const std::string& i_service, const std::string& i_interface, 140 const std::string& i_interface, const std::string& i_property) const;
|
| /openbmc/openpower-vpd-parser/vpd-manager/src/ |
| H A D | listener.cpp | 320 const std::string& i_service, const std::string& i_interface, in registerPropChangeCallBack() argument 325 if (i_service.empty() || i_interface.empty()) in registerPropChangeCallBack() 336 i_interface + "'", in registerPropChangeCallBack() 340 m_matchObjectMap[i_service][i_interface] = l_matchObj; in registerPropChangeCallBack() 427 const std::string& i_interface, const std::string& i_property) const in getCorrelatedProps() argument 433 m_correlatedPropJson[i_serviceName].contains(i_interface) && in getCorrelatedProps() 434 m_correlatedPropJson[i_serviceName][i_interface].contains( in getCorrelatedProps() 438 m_correlatedPropJson[i_serviceName][i_interface][i_property]; in getCorrelatedProps()
|
| /openbmc/openpower-vpd-parser/vpd-tool/include/ |
| H A D | tool_utils.hpp | 42 const std::string& i_interface, const std::string& i_property) in readDbusProperty() argument 47 if (i_serviceName.empty() || i_objectPath.empty() || i_interface.empty() || in readDbusProperty() 62 l_method.append(i_interface, i_property); in readDbusProperty() 94 const std::string& i_interface) noexcept in getPropertyMap() argument 97 if (i_service.empty() || i_objectPath.empty() || i_interface.empty()) in getPropertyMap() 110 l_method.append(i_interface); in getPropertyMap()
|
| H A D | vpd_tool.hpp | 96 const std::string& i_objectPath, const std::string& i_interface,
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/utility/ |
| H A D | dbus_utility.hpp | 84 const std::string& i_interface) in getPropertyMap() argument 87 if (i_service.empty() || i_objectPath.empty() || i_interface.empty()) in getPropertyMap() 99 l_method.append(i_interface); in getPropertyMap()
|
| H A D | vpd_specific_utility.hpp | 311 const std::string& i_interface, in insertOrMerge() argument 320 if (io_map.find(i_interface) != io_map.end()) in insertOrMerge() 322 auto& l_prop = io_map.at(i_interface); in insertOrMerge() 330 io_map.emplace(i_interface, i_propertyMap); in insertOrMerge()
|
| /openbmc/openpower-vpd-parser/vpd-tool/src/ |
| H A D | vpd_tool.cpp | 314 const std::string& i_objectPath, const std::string& i_interface, in getInventoryPropertyJson() argument 324 i_objectPath, i_interface, i_propertyName); in getInventoryPropertyJson()
|