Home
last modified time | relevance | path

Searched refs:i_serviceName (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_utils.hpp40 const std::string& i_serviceName, const std::string& i_objectPath, in readDbusProperty() argument
46 if (i_serviceName.empty() || i_objectPath.empty() || i_interface.empty() || in readDbusProperty()
59 l_bus.new_method_call(i_serviceName.c_str(), i_objectPath.c_str(), in readDbusProperty()
882 inline bool isServiceRunning(const std::string& i_serviceName) noexcept in isServiceRunning() argument
892 l_method.append(i_serviceName); in isServiceRunning()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp305 inline bool isServiceRunning(const std::string& i_serviceName) in isServiceRunning() argument
315 l_method.append(i_serviceName); in isServiceRunning()