Home
last modified time | relevance | path

Searched refs:protoVal (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DVehicleEmulator.cpp130 emulator::VehiclePropValue* protoVal = respMsg.add_value(); in doGetProperty() local
131 populateProtoVehiclePropValue(protoVal, val.get()); in doGetProperty()
146 emulator::VehiclePropValue* protoVal = respMsg.add_value(); in doGetPropertyAll() local
147 populateProtoVehiclePropValue(protoVal, &prop); in doGetPropertyAll()
154 emulator::VehiclePropValue protoVal = rxMsg.value(0); in doSetProperty() local
157 .areaId = protoVal.area_id(), in doSetProperty()
158 .prop = protoVal.prop(), in doSetProperty()
159 .status = (VehiclePropertyStatus)protoVal.status(), in doSetProperty()
165 if (protoVal.has_string_value()) { in doSetProperty()
166 val.value.stringValue = protoVal.string_value().c_str(); in doSetProperty()
[all …]
DVehicleEmulator.h89 void populateProtoVehiclePropValue(emulator::VehiclePropValue* protoVal,