Home
last modified time | relevance | path

Searched defs:dbusPath (Results 1 – 19 of 19) sorted by relevance

/openbmc/dbus-sensors/src/nvidia-gpu/
H A DNvidiaGpuPowerPeakReading.cpp34 std::string dbusPath = sensorPathPrefix + "power/"s + escapeName(name); local
H A DNvidiaGpuSensor.cpp50 std::string dbusPath = local
H A DNvidiaGpuVoltageSensor.cpp52 std::string dbusPath = sensorPathPrefix + "voltage/"s + escapeName(name); local
H A DNvidiaGpuPowerSensor.cpp54 std::string dbusPath = sensorPathPrefix + "power/"s + escapeName(name); local
H A DNvidiaGpuEnergySensor.cpp52 std::string dbusPath = sensorPathPrefix + "energy/"s + escapeName(name); local
/openbmc/bmcweb/redfish-core/include/utils/
H A Dasset_utils.hpp77 const std::string& serviceName, const std::string& dbusPath, in getAssetInfo()
H A Dtelemetry_utils.hpp48 const std::string& dbusPath) in getTriggerIdFromDbusPath()
/openbmc/dbus-sensors/src/external/
H A DExternalSensor.cpp41 std::string dbusPath = sensor_paths::getPathForUnits(sensorUnits); in ExternalSensor() local
/openbmc/dbus-sensors/src/psu/
H A DPSUSensor.cpp76 std::string dbusPath = sensorPathPrefix + unitPath + "/" + name; in PSUSensor() local
/openbmc/bmcweb/redfish-core/lib/
H A Dtrigger.hpp698 afterCreateTrigger(const boost::system::error_code & ec,const std::string & dbusPath,const std::shared_ptr<bmcweb::AsyncResp> & asyncResp,const std::string & id) afterCreateTrigger() argument
971 __anon3092706b0102(const boost::system::error_code& ec, const std::string& dbusPath) handleTriggerCollectionPost() argument
H A Dprocessor.hpp618 const std::string& dbusPath = appliedConfig->str; getCpuConfigData() local
H A Dsensors.hpp139 std::string dbusPath; member
202 const std::string& dbusPath) in addMetadata()
H A Dmetric_report_definition.hpp828 const std::string& dbusPath = el->second; in performAddReport() local
/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp306 static const auto dbusPath = "/xyz/openbmc_project/inventory"s; in makeDbusMsg() local
H A Ddcmihandler.cpp1070 readTemp(ipmi::Context::ptr & ctx,const std::string & dbusService,const std::string & dbusPath) readTemp() argument
/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSensor.cpp78 std::string dbusPath = sensorPathPrefix + sensorTypeName + "/" + name; in IpmbSensor() local
/openbmc/phosphor-user-manager/test/
H A Dldap_config_test.cpp785 auto dbusPath = std::string(LDAP_CONFIG_ROOT) + in TEST_F() local
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Doem_ibm_handler.cpp601 std::string& dbusPath) in updateOemDbusPaths() argument
[all...]
/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp97 inline std::string getSensorNameFromPath(const std::string& dbusPath) in getSensorNameFromPath()