Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp193 auto dbusService = getService(bus, sensorInterface, sensorPath); in makeDbusMsg() local
195 return bus.new_method_call(dbusService.c_str(), sensorPath.c_str(), in makeDbusMsg()
286 std::string dbusService = ipmi::getService(bus, updateInterface, dbusPath); in makeDbusMsg() local
288 return bus.new_method_call(dbusService.c_str(), dbusPath.c_str(), in makeDbusMsg()
H A Ddcmihandler.cpp743 const std::string& dbusService, in readTemp() argument
754 ctx, dbusService, dbusPath, "xyz.openbmc_project.Sensor.Value", result); in readTemp()
/openbmc/fb-ipmi-oem/include/
H A Dbiccommands.hpp21 const char* dbusService = "xyz.openbmc_project.State.Boot.Raw"; variable
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp38 constexpr auto dbusService = "org.freedesktop.DBus"; variable
H A Dtool_utils.hpp890 constants::dbusService, constants::dbusObjectPath, in isServiceRunning()
/openbmc/fb-ipmi-oem/src/
H A Dbiccommands.cpp188 method.append(dbusService, "Value", in ipmiOemPostCodeHandler()