Home
last modified time | relevance | path

Searched refs:sensorInterfaces (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc-tools/dbus_sensor_tester/
H A Dmain.cpp13 std::vector<std::shared_ptr<sdbusplus::asio::dbus_interface>> sensorInterfaces; variable
30 for (auto &sensor : sensorInterfaces) { in on_loop()
39 if (!sensorInterfaces.empty()) { in on_loop()
40 std::cout << sensorInterfaces.size() << " updates took " in on_loop()
78 sensorInterfaces.reserve(number_of_sensors); in main()
93 sensorInterfaces.emplace_back(sensorInterface); in main()
/openbmc/telemetry/src/utils/
H A Ddbus_mapper.hpp20 constexpr std::array<const char*, 1> sensorInterfaces = { variable
33 "/xyz/openbmc_project/sensors", 2, sensorInterfaces); in getSubTreeSensors()
48 method_call.append("/xyz/openbmc_project/sensors/", 2, sensorInterfaces); in getSubTreeSensors()
/openbmc/phosphor-host-ipmid/dbus-sdr/
H A Dsdrutils.cpp170 static constexpr const std::array sensorInterfaces = { in getSensorSubtree() local
179 lbdUpdateSensorTree("/xyz/openbmc_project/sensors", sensorInterfaces); in getSensorSubtree()