Home
last modified time | relevance | path

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

/packages/services/Car/cpp/vhal/client/test/
DHidlVhalClientTest.cpp134 std::vector<int32_t> getEventPropIds() { return mEventPropIds; } in getEventPropIds() function in android::frameworks::automotive::vhal::hidl_test::MockSubscriptionCallback
407 ASSERT_EQ(callback->getEventPropIds(), std::vector<int32_t>({TEST_PROP_ID})); in TEST_F()
DAidlVhalClientTest.cpp232 std::vector<int32_t> getEventPropIds() { return mEventPropIds; } in getEventPropIds() function in android::frameworks::automotive::vhal::aidl_test::MockSubscriptionCallback
872 ASSERT_EQ(callback->getEventPropIds(), std::vector<int32_t>({TEST_PROP_ID})); in TEST_F()