Home
last modified time | relevance | path

Searched refs:area_id (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tools/emulator/
Dvhal_emulator.py188 def getProperty(self, prop, area_id): argument
196 propGet.area_id = area_id
207 def setProperty(self, prop, area_id, value, status=VehicleHalProto_pb2.AVAILABLE): argument
220 propValue.area_id = area_id
Dvhal_prop_simulator.py41 def handle(self, prop, area_id, value, desc=None): argument
46 self.vhal.setProperty(prop, area_id, value)
Duser_action_generator.py65 supportedAreas.append(config.area_id)
80 areaConfigs[config.area_id] = AreaConfig(config, valueType)