Searched refs:getPropType (Results 1 – 2 of 2) sorted by relevance
60 inline constexpr VehiclePropertyType getPropType(VehicleProperty prop) { in getPropType() function78 static_assert(getPropType(VehicleProperty::GEAR_SELECTION) == VehiclePropertyType::INT32, in EvsStateControl()80 static_assert(getPropType(VehicleProperty::TURN_SIGNAL_STATE) == VehiclePropertyType::INT32, in EvsStateControl()
242 switch (getPropType(propId)) { in isWithinRange()327 /* package */ static int getPropType(int propId) { in getPropType() method in VehicleStubWrapper