Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVmsUtils.h209 int32_t getSequenceNumberForSubscriptionsState(const VehiclePropValue& subscription_change);
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVmsUtils_test.cpp221 EXPECT_EQ(getSequenceNumberForSubscriptionsState(*message), 1234); in TEST()
226 EXPECT_EQ(getSequenceNumberForSubscriptionsState(*message), -1); in TEST()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVmsUtils.cpp206 int32_t getSequenceNumberForSubscriptionsState(const VehiclePropValue& subscription_change) { in getSequenceNumberForSubscriptionsState() function