Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/
H A DVmsUtils_test.cpp221 EXPECT_EQ(getSequenceNumberForSubscriptionsState(*message), 1234); in TEST()
228 EXPECT_EQ(getSequenceNumberForSubscriptionsState(*message), 1234); in TEST()
233 EXPECT_EQ(getSequenceNumberForSubscriptionsState(*message), -1); in TEST()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVmsUtils.h211 int32_t getSequenceNumberForSubscriptionsState(const VehiclePropValue& subscriptions_state);
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
H A DVehicleManager_fuzzer.cpp65 using ::android::hardware::automotive::vehicle::V2_0::vms::getSequenceNumberForSubscriptionsState;
324 getSequenceNumberForSubscriptionsState(*message); in invokeVmsUtils()
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVmsUtils.cpp207 int32_t getSequenceNumberForSubscriptionsState(const VehiclePropValue& subscriptions_state) { in getSequenceNumberForSubscriptionsState() function