Searched refs:SensorParam (Results 1 – 2 of 2) sorted by relevance
44 class SensorParam class47 SensorParam() = delete;48 virtual ~SensorParam() = default;60 explicit SensorParam(double value) : value(value), paramType(constParam) {} in SensorParam() function in phosphor::virtual_sensor::SensorParam68 SensorParam(sdbusplus::bus_t& bus, const std::string& path, in SensorParam() function in phosphor::virtual_sensor::SensorParam136 std::unordered_map<std::string, std::unique_ptr<SensorParam>>;
33 double SensorParam::getParamValue() in getParamValue()197 std::make_unique<SensorParam>(bus, sensorObjPath, *this); in parseConfigInterface()288 auto paramPtr = std::make_unique<SensorParam>(j["Value"]); in initVirtualSensor()320 std::make_unique<SensorParam>(bus, path, *this); in initVirtualSensor()