Searched refs:ExternalSensor (Results 1 – 9 of 9) sorted by relevance
23 ExternalSensor::ExternalSensor( in ExternalSensor() function in ExternalSensor82 void ExternalSensor::initWriteHook( in initWriteHook()102 ExternalSensor::~ExternalSensor() in ~ExternalSensor()117 void ExternalSensor::checkThresholds() in checkThresholds()122 bool ExternalSensor::isAliveAndPerishable() const in isAliveAndPerishable()127 bool ExternalSensor::isAliveAndFresh( in isAliveAndFresh()141 void ExternalSensor::writeBegin( in writeBegin()155 void ExternalSensor::writeInvalidate() in writeInvalidate()172 std::chrono::steady_clock::duration ExternalSensor::ageElapsed( in ageElapsed()179 std::chrono::steady_clock::duration ExternalSensor::ageRemaining( in ageRemaining()[all …]
16 class ExternalSensor : class18 public std::enable_shared_from_this<ExternalSensor>21 ExternalSensor(29 ~ExternalSensor() override;
62 boost::container::flat_map<std::string, std::shared_ptr<ExternalSensor>>& in updateReaper()149 boost::container::flat_map<std::string, std::shared_ptr<ExternalSensor>>& in createSensors()309 sensorEntry = std::make_shared<ExternalSensor>( in createSensors()346 boost::container::flat_map<std::string, std::shared_ptr<ExternalSensor>> in main()
6 'ExternalSensor.cpp',
9 [ExternalSensor](https://github.com/openbmc/docs/blob/master/designs/external-sensor.md)10 be used. ExternalSensor can add virtual sensors to the IPMI SDR. The host can15 For temperature sensors on the BMC, including those added with ExternalSensor as
9 BusName=xyz.openbmc_project.ExternalSensor
75 …busctl set-property xyz.openbmc_project.ExternalSensor "/xyz/openbmc_project/sensors/temperature/$…
1 # ExternalSensor in dbus-sensors146 - "Type": String. Must be exactly "ExternalSensor". This string is used by169 "Type": "ExternalSensor"
69 - [ExternalSensor](https://github.com/openbmc/docs/blob/master/designs/external-sensor.md)