Searched refs:protoVal (Results 1 – 2 of 2) sorted by relevance
130 emulator::VehiclePropValue* protoVal = respMsg.add_value(); in doGetProperty() local131 populateProtoVehiclePropValue(protoVal, val.get()); in doGetProperty()146 emulator::VehiclePropValue* protoVal = respMsg.add_value(); in doGetPropertyAll() local147 populateProtoVehiclePropValue(protoVal, &prop); in doGetPropertyAll()154 emulator::VehiclePropValue protoVal = rxMsg.value(0); in doSetProperty() local157 .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 …]
89 void populateProtoVehiclePropValue(emulator::VehiclePropValue* protoVal,