Home
last modified time | relevance | path

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

/packages/services/Car/cpp/vhal/client/test/
DHidlVhalClientTest.cpp129 mEventPropIds.push_back(value->getPropId()); in onPropertyEvent()
134 std::vector<int32_t> getEventPropIds() { return mEventPropIds; } in getEventPropIds()
139 std::vector<int32_t> mEventPropIds; member in android::frameworks::automotive::vhal::hidl_test::MockSubscriptionCallback
DAidlVhalClientTest.cpp230 mEventPropIds.push_back(value->getPropId()); in onPropertyEvent()
235 std::vector<int32_t> getEventPropIds() { return mEventPropIds; } in getEventPropIds()
240 std::vector<int32_t> mEventPropIds; member in android::frameworks::automotive::vhal::aidl_test::MockSubscriptionCallback