• Home
  • Raw
  • Download

Lines Matching refs:name

20   name='VehicleHalProto.proto',
28 name='MsgType',
34 name='GET_CONFIG_CMD', index=0, number=0,
38 name='GET_CONFIG_RESP', index=1, number=1,
42 name='GET_CONFIG_ALL_CMD', index=2, number=2,
46 name='GET_CONFIG_ALL_RESP', index=3, number=3,
50 name='GET_PROPERTY_CMD', index=4, number=4,
54 name='GET_PROPERTY_RESP', index=5, number=5,
58 name='GET_PROPERTY_ALL_CMD', index=6, number=6,
62 name='GET_PROPERTY_ALL_RESP', index=7, number=7,
66 name='SET_PROPERTY_CMD', index=8, number=8,
70 name='SET_PROPERTY_RESP', index=9, number=9,
74 name='SET_PROPERTY_ASYNC', index=10, number=10,
87 name='Status',
93 name='RESULT_OK', index=0, number=0,
97 name='ERROR_UNKNOWN', index=1, number=1,
101 name='ERROR_UNIMPLEMENTED_CMD', index=2, number=2,
105 name='ERROR_INVALID_PROPERTY', index=3, number=3,
109 name='ERROR_INVALID_AREA_ID', index=4, number=4,
113 name='ERROR_PROPERTY_UNINITIALIZED', index=5, number=5,
117 name='ERROR_WRITE_ONLY_PROPERTY', index=6, number=6,
121 name='ERROR_MEMORY_ALLOC_FAILED', index=7, number=7,
125 name='ERROR_INVALID_OPERATION', index=8, number=8,
138 name='VehiclePropStatus',
144 name='AVAILABLE', index=0, number=0,
148 name='UNAVAILABLE', index=1, number=1,
152 name='ERROR', index=2, number=2,
191 name='VehicleAreaConfig',
198 name='area_id', full_name='vhal_proto.VehicleAreaConfig.area_id', index=0,
205 name='min_int32_value', full_name='vhal_proto.VehicleAreaConfig.min_int32_value', index=1,
212 name='max_int32_value', full_name='vhal_proto.VehicleAreaConfig.max_int32_value', index=2,
219 name='min_int64_value', full_name='vhal_proto.VehicleAreaConfig.min_int64_value', index=3,
226 name='max_int64_value', full_name='vhal_proto.VehicleAreaConfig.max_int64_value', index=4,
233 name='min_float_value', full_name='vhal_proto.VehicleAreaConfig.min_float_value', index=5,
240 name='max_float_value', full_name='vhal_proto.VehicleAreaConfig.max_float_value', index=6,
264 name='VehiclePropConfig',
271 name='prop', full_name='vhal_proto.VehiclePropConfig.prop', index=0,
278 name='access', full_name='vhal_proto.VehiclePropConfig.access', index=1,
285 name='change_mode', full_name='vhal_proto.VehiclePropConfig.change_mode', index=2,
292 name='value_type', full_name='vhal_proto.VehiclePropConfig.value_type', index=3,
299 name='supported_areas', full_name='vhal_proto.VehiclePropConfig.supported_areas', index=4,
306 name='area_configs', full_name='vhal_proto.VehiclePropConfig.area_configs', index=5,
313 name='config_flags', full_name='vhal_proto.VehiclePropConfig.config_flags', index=6,
320 name='config_array', full_name='vhal_proto.VehiclePropConfig.config_array', index=7,
327 name='config_string', full_name='vhal_proto.VehiclePropConfig.config_string', index=8,
334 name='min_sample_rate', full_name='vhal_proto.VehiclePropConfig.min_sample_rate', index=9,
341 name='max_sample_rate', full_name='vhal_proto.VehiclePropConfig.max_sample_rate', index=10,
365 name='VehiclePropValue',
372 name='prop', full_name='vhal_proto.VehiclePropValue.prop', index=0,
379 name='value_type', full_name='vhal_proto.VehiclePropValue.value_type', index=1,
386 name='timestamp', full_name='vhal_proto.VehiclePropValue.timestamp', index=2,
393 name='status', full_name='vhal_proto.VehiclePropValue.status', index=3,
400 name='area_id', full_name='vhal_proto.VehiclePropValue.area_id', index=4,
407 name='int32_values', full_name='vhal_proto.VehiclePropValue.int32_values', index=5,
414 name='int64_values', full_name='vhal_proto.VehiclePropValue.int64_values', index=6,
421 name='float_values', full_name='vhal_proto.VehiclePropValue.float_values', index=7,
428 name='string_value', full_name='vhal_proto.VehiclePropValue.string_value', index=8,
435 name='bytes_value', full_name='vhal_proto.VehiclePropValue.bytes_value', index=9,
459 name='VehiclePropGet',
466 name='prop', full_name='vhal_proto.VehiclePropGet.prop', index=0,
473 name='area_id', full_name='vhal_proto.VehiclePropGet.area_id', index=1,
497 name='EmulatorMessage',
504 name='msg_type', full_name='vhal_proto.EmulatorMessage.msg_type', index=0,
511 name='status', full_name='vhal_proto.EmulatorMessage.status', index=1,
518 name='prop', full_name='vhal_proto.EmulatorMessage.prop', index=2,
525 name='config', full_name='vhal_proto.EmulatorMessage.config', index=3,
532 name='value', full_name='vhal_proto.EmulatorMessage.value', index=4,