Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DObd2SensorStore.h57 void fillPropValue(const std::string& dtc, VehiclePropValue* propValue) const;
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DObd2SensorStore.cpp96 void Obd2SensorStore::fillPropValue(const std::string& dtc, VehiclePropValue* propValue) const { in fillPropValue() function in android::hardware::automotive::vehicle::V2_0::Obd2SensorStore
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp429 sensorStore->fillPropValue("", liveObd2Frame.get()); in initObd2LiveFrame()
446 sensorStore->fillPropValue(dtc, freezeFrame.get()); in initObd2FreezeFrame()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp282 sensorStore->fillPropValue(dtc, freezeFrame.get()); in invokeObd2SensorStore()