Searched refs:availability_change (Results 1 – 2 of 2) sorted by relevance
267 bool hasServiceNewlyStarted(const VehiclePropValue& availability_change) { in hasServiceNewlyStarted() argument268 return (isValidVmsMessage(availability_change) && in hasServiceNewlyStarted()269 parseMessageType(availability_change) == VmsMessageType::AVAILABILITY_CHANGE && in hasServiceNewlyStarted()270 availability_change.value.int32Values.size() > kAvailabilitySequenceNumberIndex && in hasServiceNewlyStarted()271 availability_change.value.int32Values[kAvailabilitySequenceNumberIndex] == 0); in hasServiceNewlyStarted()
226 bool hasServiceNewlyStarted(const VehiclePropValue& availability_change);