Home
last modified time | relevance | path

Searched refs:i_service (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp82 inline types::PropertyMap getPropertyMap(const std::string& i_service, 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()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp92 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()
/openbmc/openpower-hw-diags/util/
H A Ddbus.hpp57 const std::string& i_service, const std::string& i_property,
H A Ddbus.cpp108 const std::string& i_service, const std::string& i_property, in getProperty() argument
121 auto method = bus.new_method_call(i_service.c_str(), i_path.c_str(), in getProperty()