Home
last modified time | relevance | path

Searched refs:int32Value (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleUtils.cpp197 for (int32_t int32Value : value.value.int32Values) { in checkValueRange() local
198 if (int32Value < areaConfig->minInt32Value || in checkValueRange()
199 int32Value > areaConfig->maxInt32Value) { in checkValueRange()
200 return Error() << "int32Value: " << int32Value in checkValueRange()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/src/
DProtoMessageConverter.cpp127 for (auto& int32Value : in.value.int32Values) { in aidlToProto() local
128 out->add_int32_values(int32Value); in aidlToProto()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DProtoMessageConverter.cpp169 for (auto& int32Value : val.value.int32Values) { in toProto() local
170 protoVal->add_int32_values(int32Value); in toProto()