Searched refs:propertyId (Results 1 – 1 of 1) sorted by relevance
/test/vts-testcase/hal/automotive/vehicle/V2_0/host/ |
D | VtsHalAutomotiveVehicleV2_0HostTest.py | 91 def emptyValueProperty(self, propertyId, areaId=0): argument 103 'prop': propertyId, 116 def readVhalProperty(self, propertyId, areaId=0): argument 129 self.emptyValueProperty(propertyId, areaId)) 130 logging.info("0x%x get request: %s", propertyId, vp) 132 logging.info("0x%x get response: %s, %s", propertyId, status, value) 137 propertyId, status) 139 def setVhalProperty(self, propertyId, value, areaId=0, expectedStatus=0): argument 151 propValue = self.emptyValueProperty(propertyId, areaId) 159 logging.info("0x%x set request: %s", propertyId, vp) [all …]
|