Lines Matching refs:sensorName
31 const std::string& associationPath, const std::string& sensorName, in createInventoryPath() argument
36 std::string invPath = associationPath + "/" + sensorName; in createInventoryPath()
164 sensorName, "UNIT", baseUnit); in setSensorUnit()
173 std::shared_ptr<pldm_numeric_sensor_value_pdr> pdr, std::string& sensorName, in NumericSensor() argument
174 std::string& associationPath) : tid(tid), sensorName(sensorName) in NumericSensor()
186 path = sensorNameSpace + sensorName; in NumericSensor()
335 if (!createInventoryPath(associationPath, sensorName, pdr->entity_type, in NumericSensor()
430 std::string& sensorName, std::string& associationPath) : in NumericSensor() argument
431 tid(tid), sensorName(sensorName) in NumericSensor()
443 path = sensorNameSpace + sensorName; in NumericSensor()
578 if (!createInventoryPath(associationPath, sensorName, pdr->entity_type, in NumericSensor()
701 "NAME", sensorName); in updateReading()
757 "NAME", sensorName); in handleErrGetSensorReading()
907 "NAME", sensorName); in setThresholdAlarm()
1024 std::string sensorObjPath = sensorNameSpace + sensorName; in createThresholdLog()
1044 std::string objPath = sensorNameSpace + sensorName; in createNormalRangeLog()
1068 "NAME", sensorName); in updateThresholds()
1106 "NAME", sensorName); in triggerThresholdEvent()