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.cpp127 emulator::VehiclePropValue* protoVal = respMsg.add_value(); in doGetProperty() local
128 populateProtoVehiclePropValue(protoVal, val.get()); in doGetProperty()
143 emulator::VehiclePropValue* protoVal = respMsg.add_value(); in doGetPropertyAll() local
144 populateProtoVehiclePropValue(protoVal, &prop); in doGetPropertyAll()
151 emulator::VehiclePropValue protoVal = rxMsg.value(0); in doSetProperty() local
153 .prop = protoVal.prop(), in doSetProperty()
154 .areaId = protoVal.area_id(), in doSetProperty()
155 .status = (VehiclePropertyStatus)protoVal.status(), in doSetProperty()
162 if (protoVal.has_string_value()) { in doSetProperty()
163 val.value.stringValue = protoVal.string_value().c_str(); in doSetProperty()
[all …]
DVehicleEmulator.h89 void populateProtoVehiclePropValue(emulator::VehiclePropValue* protoVal,