Searched refs:areaId (Results 1 – 1 of 1) sorted by relevance
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 85 def emptyValueProperty(self, propertyId, areaId=0): argument 99 'areaId': areaId, 110 def readVhalProperty(self, propertyId, areaId=0): argument 123 self.emptyValueProperty(propertyId, areaId)) 133 def setVhalProperty(self, propertyId, value, areaId=0, expectedStatus=0): argument 145 propValue = self.emptyValueProperty(propertyId, areaId) 160 def setAndVerifyIntProperty(self, propertyId, value, areaId=0): argument 170 propertyId, {"int32Values": [value]}, areaId=areaId) 172 propValue = self.readVhalProperty(propertyId, areaId=areaId) 230 self.vtypes.VehicleProperty.HVAC_POWER_ON, areaId=zone) [all …]
|