Home
last modified time | relevance | path

Searched refs:i_interface (Results 1 – 9 of 9) sorted by relevance

/openbmc/openpower-hw-diags/attn/
H A Dattn_dbus.cpp14 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 Dattn_dbus.hpp24 int dbusMethod(const std::string& i_path, const std::string& i_interface,
/openbmc/openpower-hw-diags/util/
H A Ddbus.hpp33 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 Ddbus.cpp20 int find(const std::string& i_interface, std::string& o_path, in find() argument
36 std::vector<std::string>{i_interface}); in find()
64 int findService(const std::string& i_interface, const std::string& i_path, in findService() argument
80 method.append(i_path, std::vector<std::string>{i_interface}); in findService()
107 int getProperty(const std::string& i_interface, const std::string& i_path, in getProperty() argument
124 method.append(i_interface, i_property); in getProperty()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp41 const std::string& i_interface, const std::string& i_property) in readDbusProperty() argument
46 if (i_serviceName.empty() || i_objectPath.empty() || i_interface.empty() || in readDbusProperty()
61 l_method.append(i_interface, i_property); in readDbusProperty()
93 const std::string& i_interface) noexcept in getPropertyMap() argument
96 if (i_service.empty() || i_objectPath.empty() || i_interface.empty()) in getPropertyMap()
109 l_method.append(i_interface); in getPropertyMap()
H A Dvpd_tool.hpp96 const std::string& i_objectPath, const std::string& i_interface,
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Dvpd_specific_utility.hpp246 const std::string& i_interface, in insertOrMerge() argument
252 if (io_map.find(i_interface) != io_map.end()) in insertOrMerge()
254 auto& l_prop = io_map.at(i_interface); in insertOrMerge()
262 io_map.emplace(i_interface, i_propertyMap); in insertOrMerge()
271 "Inserting properties into interface[" + i_interface + in insertOrMerge()
H A Ddbus_utility.hpp84 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()
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp287 const std::string& i_objectPath, const std::string& i_interface, in getInventoryPropertyJson() argument
297 i_objectPath, i_interface, i_propertyName); in getInventoryPropertyJson()