Home
last modified time | relevance | path

Searched refs:getLastIndex (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/test/
DObd2SensorStoreTest.cpp42 size_t vendorIntSensorIndex = Obd2SensorStore::getLastIndex<DiagnosticIntegerSensorIndex>() + 1; in TEST()
45 size_t vendorFloatSensorIndex = Obd2SensorStore::getLastIndex<DiagnosticFloatSensorIndex>() + 1; in TEST()
72 Obd2SensorStore::getLastIndex<DiagnosticIntegerSensorIndex>() + 2, 1), in TEST()
76 Obd2SensorStore::getLastIndex<DiagnosticFloatSensorIndex>() + 2, 1.0), in TEST()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DObd2SensorStore.cpp76 const size_t numSystemIntegerSensors = getLastIndex<DiagnosticIntegerSensorIndex>() + 1; in Obd2SensorStore()
77 const size_t numSystemFloatSensors = getLastIndex<DiagnosticFloatSensorIndex>() + 1; in Obd2SensorStore()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/include/
DObd2SensorStore.h47 static int getLastIndex() { in getLastIndex() function
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/
DJsonFakeValueGenerator.cpp79 obd2frame::Obd2SensorStore::getLastIndex<DiagnosticIntegerSensorIndex>()); in generateDiagnosticBytes()
81 obd2frame::Obd2SensorStore::getLastIndex<DiagnosticFloatSensorIndex>()); in generateDiagnosticBytes()