Home
last modified time | relevance | path

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

/openbmc/kcsbridge/src/
H A Dmain.cpp63 std::string dbusChannel = channel; in execute() local
64 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()