Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DSubscriptionManager_test.cpp70 callbacks.push_back(c->getCallback()); in extractCallbacks()
137 ASSERT_EQ(cb1, clients.front()->getCallback()); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DSubscriptionManager.cpp259 auto res = client->getCallback()->unlinkToDeath(mCallbackDeathRecipient); in unsubscribe()
262 __func__, client->getCallback().get(), res.description().c_str()); in unsubscribe()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DSubscriptionManager.h47 sp<IVehicleCallback> getCallback() const { in getCallback() function