Searched refs:sensorPathPrefix (Results 1 – 8 of 8) sorted by relevance
20 constexpr const char* sensorPathPrefix = "/xyz/openbmc_project/sensors/"; variable
37 std::string dbusPath = sensorPathPrefix + "power/"s + escapeName(name);
52 std::string dbusPath = sensorPathPrefix + "voltage/"s + escapeName(name);
52 std::string dbusPath = sensorPathPrefix + "energy/"s + escapeName(name);
51 sensorPathPrefix + "temperature/"s + escapeName(name);
54 std::string dbusPath = sensorPathPrefix + "power/"s + escapeName(name);
43 static constexpr const char* sensorPathPrefix = "/xyz/openbmc_project/sensors/"; variable76 std::string dbusPath = sensorPathPrefix + unitPath + "/" + name; in PSUSensor()
62 static constexpr const char* sensorPathPrefix = "/xyz/openbmc_project/sensors/"; variable78 std::string dbusPath = sensorPathPrefix + sensorTypeName + "/" + name; in IpmbSensor()