Searched refs:sensorInterfaces (Results 1 – 3 of 3) sorted by relevance
13 std::vector<std::shared_ptr<sdbusplus::asio::dbus_interface>> sensorInterfaces; variable30 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()
20 constexpr std::array<const char*, 1> sensorInterfaces = { variable33 "/xyz/openbmc_project/sensors", 2, sensorInterfaces); in getSubTreeSensors()48 method_call.append("/xyz/openbmc_project/sensors/", 2, sensorInterfaces); in getSubTreeSensors()
170 static constexpr const std::array sensorInterfaces = { in getSensorSubtree() local 179 lbdUpdateSensorTree("/xyz/openbmc_project/sensors", sensorInterfaces); in getSensorSubtree()