Searched refs:protoVal (Results 1 – 2 of 2) sorted by relevance
127 emulator::VehiclePropValue* protoVal = respMsg.add_value(); in doGetProperty() local128 populateProtoVehiclePropValue(protoVal, val.get()); in doGetProperty()143 emulator::VehiclePropValue* protoVal = respMsg.add_value(); in doGetPropertyAll() local144 populateProtoVehiclePropValue(protoVal, &prop); in doGetPropertyAll()151 emulator::VehiclePropValue protoVal = rxMsg.value(0); in doSetProperty() local153 .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 …]
89 void populateProtoVehiclePropValue(emulator::VehiclePropValue* protoVal,