Lines Matching full:sensorname
32 const std::string& associationPath, const std::string& sensorName, in createInventoryPath() argument
37 std::string invPath = associationPath + "/" + sensorName; in createInventoryPath()
165 sensorName, "UNIT", baseUnit); in setSensorUnit()
174 std::shared_ptr<pldm_numeric_sensor_value_pdr> pdr, std::string& sensorName, in NumericSensor() argument
175 std::string& associationPath) : tid(tid), sensorName(sensorName) in NumericSensor()
187 path = sensorNameSpace + sensorName; in NumericSensor()
336 if (!createInventoryPath(associationPath, sensorName, pdr->entity_type, in NumericSensor()
431 std::string& sensorName, std::string& associationPath) : in NumericSensor() argument
432 tid(tid), sensorName(sensorName) in NumericSensor()
444 path = sensorNameSpace + sensorName; in NumericSensor()
579 if (!createInventoryPath(associationPath, sensorName, pdr->entity_type, in NumericSensor()
702 "NAME", sensorName); in updateReading()
758 "NAME", sensorName); in handleErrGetSensorReading()
908 "NAME", sensorName); in setThresholdAlarm()
1025 std::string sensorObjPath = sensorNameSpace + sensorName; in createThresholdLog()
1045 std::string objPath = sensorNameSpace + sensorName; in createNormalRangeLog()
1069 "NAME", sensorName); in updateThresholds()
1107 "NAME", sensorName); in triggerThresholdEvent()