blob: 67c4998d147a307ea811acaf64a48ea1c40e800b [file] [log] [blame]
Jayashankar Padatha0135602019-04-22 16:22:58 +05301#include "config.h"
Adriana Kobylak5ed9b2d2018-09-06 13:15:34 -05002
Jayashankar Padatha0135602019-04-22 16:22:58 +05303#include <map>
4#include <sdbusplus/server.hpp>
5#include <string>
Adriana Kobylak5ed9b2d2018-09-06 13:15:34 -05006
Jayashankar Padatha0135602019-04-22 16:22:58 +05307namespace utils
8{
Adriana Kobylak5ed9b2d2018-09-06 13:15:34 -05009
Jayashankar Padatha0135602019-04-22 16:22:58 +053010/**
11 * @brief Get the bus service
12 *
13 * @return the bus service as a string
14 **/
15std::string getService(sdbusplus::bus::bus& bus, const std::string& path,
16 const std::string& interface);
Adriana Kobylak5ed9b2d2018-09-06 13:15:34 -050017
Jayashankar Padatha0135602019-04-22 16:22:58 +053018} // namespace utils