Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVmsUtils.cpp267 bool hasServiceNewlyStarted(const VehiclePropValue& availability_change) { in hasServiceNewlyStarted() argument
268 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()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVmsUtils.h226 bool hasServiceNewlyStarted(const VehiclePropValue& availability_change);