Searched refs:dbusChannel (Results 1 – 1 of 1) sorted by relevance
63 std::string dbusChannel = channel; in execute() local64 std::replace(dbusChannel.begin(), dbusChannel.end(), '-', '_'); in execute()65 auto obj = "/xyz/openbmc_project/Ipmi/Channel/" + dbusChannel; in execute()66 auto srv = "xyz.openbmc_project.Ipmi.Channel." + dbusChannel; in execute()