Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVmsUtils.cpp161 bool isValidVmsProperty(const VehiclePropValue& value) { in isValidVmsProperty() function
172 return (isValidVmsProperty(value) && isValidVmsMessageType(value)); in isValidVmsMessage()