Searched refs:getCallback (Results 1 – 4 of 4) sorted by relevance
222 client->getCallback()->onPropertySetError(errorCode, property, areaId); in onHalPropertySetError()243 auto status = cv.client->getCallback()->onPropertyEvent(vec); in onBatchHalEvent()246 toString(cv.client->getCallback()).c_str(), in onBatchHalEvent()316 client->getCallback()->onPropertySet(value); in handlePropertySetEvent()
259 auto res = client->getCallback()->unlinkToDeath(mCallbackDeathRecipient); in unsubscribe()262 __func__, client->getCallback().get(), res.description().c_str()); in unsubscribe()
70 callbacks.push_back(c->getCallback()); in extractCallbacks()137 ASSERT_EQ(cb1, clients.front()->getCallback()); in TEST_F()
47 sp<IVehicleCallback> getCallback() const { in getCallback() function