Home
last modified time | relevance | path

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

/packages/services/Car/tools/vehiclepropertyidsparser/src/com/android/car/tool/
DVehiclePropertyIdsParser.java106 public int vhalPropertyId; field in VehiclePropertyIdsParser.PropertyConfig
126 if (vhalPropertyId != 0) { in toString()
127 s.append("\n vhalPropertyId: ").append(vhalPropertyId); in toString()
436 propertyConfig.vhalPropertyId = VHAL_PROP_ID_MAP.get(propertyName); in parse()
583 if (config.vhalPropertyId != 0) { in main()
584 jsonProp.put("vhalPropertyId", config.vhalPropertyId); in main()
/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java519 int vhalPropertyId = 0; in readPropertyObject() local
540 vhalPropertyId = reader.nextInt(); in readPropertyObject()
612 if (vhalPropertyId != 0) { in readPropertyObject()
613 config.halPropId = vhalPropertyId; in readPropertyObject()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/property/
DPropertyHalServiceConfigsUnitTest.java576 "vhalPropertyId": 2345, in testParseJsonConfig_ignoreDeprecate()
620 "vhalPropertyId": 2345, in testParseJsonConfig_missingPropertyIdField()