Home
last modified time | relevance | path

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

/openbmc/pldm/oem/meta/libpldmresponder/
H A Dfile_io_type_post_code.cpp17 static constexpr auto dbusService = "xyz.openbmc_project.State.Boot.Raw"; in write() local
45 bus.new_method_call(dbusService, dbusObjStr.c_str(), in write()
49 dbusService, "Value", in write()
/openbmc/fb-ipmi-oem/include/
H A Dbiccommands.hpp21 const char* dbusService = "xyz.openbmc_project.State.Boot.Raw"; variable
/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp214 auto dbusService = getService(bus, sensorInterface, sensorPath); in makeDbusMsg() local
216 return bus.new_method_call(dbusService.c_str(), sensorPath.c_str(), in makeDbusMsg()
307 std::string dbusService = ipmi::getService(bus, updateInterface, dbusPath); in makeDbusMsg() local
309 return bus.new_method_call(dbusService.c_str(), dbusPath.c_str(), in makeDbusMsg()
H A Ddcmihandler.cpp1070 const std::string& dbusService, in readTemp() argument
1081 ctx, dbusService, dbusPath, SensorValue::interface, result); in readTemp()
/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp45 constexpr auto dbusService = "org.freedesktop.DBus"; variable
H A Dtool_utils.hpp891 constants::dbusService, constants::dbusObjectPath, in isServiceRunning()
/openbmc/fb-ipmi-oem/src/
H A Dbiccommands.cpp188 method.append(dbusService, "Value", in ipmiOemPostCodeHandler()