Lines Matching refs:properties
161 SensorValueIntf::properties_t& properties, in verifyResult() argument
169 EXPECT_TRUE(std::isnan(properties.value)) in verifyResult()
180 verifyValue(properties.value, expectedValue, in verifyResult()
190 EXPECT_EQ(properties.unit, expectedUnit) << "Sensor unit mismatch"; in verifyResult()
191 EXPECT_TRUE(std::isnan(properties.min_value)) << "Min value mismatch"; in verifyResult()
192 EXPECT_TRUE(std::isnan(properties.max_value)) << "Max value mismatch"; in verifyResult()
236 auto properties = co_await SensorValueIntf(ctx) in testSensorCreation() local
239 .properties(); in testSensorCreation()
244 .properties(); in testSensorCreation()
249 .properties(); in testSensorCreation()
254 .properties(); in testSensorCreation()
255 verifyResult(properties, operationalProperties, availabilityProperties, in testSensorCreation()