Searched refs:availability_change (Results 1 – 2 of 2) sorted by relevance
286 bool hasServiceNewlyStarted(const VehiclePropValue& availability_change) { in hasServiceNewlyStarted() argument287 return (isValidVmsMessage(availability_change) && in hasServiceNewlyStarted()288 parseMessageType(availability_change) == VmsMessageType::AVAILABILITY_CHANGE && in hasServiceNewlyStarted()289 availability_change.value.int32Values.size() > kAvailabilitySequenceNumberIndex && in hasServiceNewlyStarted()290 availability_change.value.int32Values[kAvailabilitySequenceNumberIndex] == 0); in hasServiceNewlyStarted()
228 bool hasServiceNewlyStarted(const VehiclePropValue& availability_change);