Searched defs:dbusService (Results 1 – 5 of 5) sorted by relevance
21 const char* dbusService = "xyz.openbmc_project.State.Boot.Raw"; variable
17 static constexpr auto dbusService = "xyz.openbmc_project.State.Boot.Raw"; in write() local
214 auto dbusService = getService(bus, sensorInterface, sensorPath); in makeDbusMsg() local 307 std::string dbusService = ipmi::getService(bus, updateInterface, dbusPath); in makeDbusMsg() local
1069 readTemp(ipmi::Context::ptr & ctx,const std::string & dbusService,const std::string & dbusPath) readTemp() argument
41 constexpr auto dbusService = "org.freedesktop.DBus"; variable