Searched refs:propertyId (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 97 'prop': propertyId, 110 def readVhalProperty(self, propertyId, areaId=0): argument 123 self.emptyValueProperty(propertyId, areaId)) 124 logging.info("0x%x get request: %s", propertyId, vp) 126 logging.info("0x%x get response: %s, %s", propertyId, status, value) 131 propertyId, status) 133 def setVhalProperty(self, propertyId, value, areaId=0, expectedStatus=0): argument 145 propValue = self.emptyValueProperty(propertyId, areaId) 153 logging.info("0x%x set request: %s", propertyId, vp) [all …]
|