Home
last modified time | relevance | path

Searched refs:i_interface (Results 1 – 11 of 11) 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()
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 Dlistener.hpp84 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 Dlistener.cpp320 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 Dtool_utils.hpp42 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 Dvpd_tool.hpp96 const std::string& i_objectPath, const std::string& i_interface,
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
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()
H A Dvpd_specific_utility.hpp311 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 Dvpd_tool.cpp314 const std::string& i_objectPath, const std::string& i_interface, in getInventoryPropertyJson() argument
324 i_objectPath, i_interface, i_propertyName); in getInventoryPropertyJson()