Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DSubscriptionManager.h92 SubscriptionManager(const OnPropertyUnsubscribed& onPropertyUnsubscribed) in SubscriptionManager() argument
93 : mOnPropertyUnsubscribed(onPropertyUnsubscribed), in SubscriptionManager()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DSubscriptionManager_test.cpp39 SubscriptionManagerTest() : manager(([this](int x) { onPropertyUnsubscribed(x); })) {} in SubscriptionManagerTest()
83 void onPropertyUnsubscribed(int propertyId) { in onPropertyUnsubscribed() function in android::hardware::automotive::vehicle::V2_0::__anonb5671a3f0111::SubscriptionManagerTest