Searched refs:setSensorValue (Results 1 – 5 of 5) sorted by relevance
38 int setSensorValue(const std::string& req, std::string& propertyValue);
288 int ChassisIntrusionSensor::setSensorValue(const std::string& req, in setSensorValue() function in ChassisIntrusionSensor337 return setSensorValue(req, propertyValue); in start()
240 int setSensorValue(const double& newValue, double& oldValue) in setSensorValue() function286 return setSensorValue(newValue, oldValue); in setInitialProperties()
130 void setSensorValue(double value);
423 void VirtualSensor::setSensorValue(double value) in setSensorValue() function in phosphor::virtual_sensor::VirtualSensor485 setSensorValue(val); in updateVirtualSensor()