Home
last modified time | relevance | path

Searched refs:onGetValues (Results 1 – 7 of 7) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DAidlVehicleStubUnitTest.java281 callback.onGetValues(results); in testGetAidlSmallData()
318 callback.onGetValues(results); in testGetAidlLargeData()
345 callback.onGetValues(results); in testGetAidlError()
371 callback.onGetValues(results); in testGetAidlAsyncCallback()
417 callback.onGetValues(results); in testGetAsyncAidl()
456 callback.onGetValues(results); in testGetAsyncAidlError()
617 callbackWrapper.get(0).onGetValues(resultsWrapper.get(0)); in triggerCallback()
742 callback.onGetValues(results); in testGetAsyncAidlTimeoutMustNotTiggerAfterRequestFinished()
776 callback.onGetValues(results); in testGetAsyncAidlOneRequestTimeoutOneFinish()
860 callback.onGetValues(results); in testGetSyncAidlTimeout()
/packages/services/Car/cpp/vhal/client/include/
DAidlVhalClient.h179 ndk::ScopedAStatus onGetValues(
242 ndk::ScopedAStatus onGetValues(
/packages/services/Car/service/src/com/android/car/
DAidlVehicleStub.java601 public void onGetValues(GetValueResults responses) throws RemoteException { in onGetValues() method in AidlVehicleStub.AidlSubscriptionClient
661 private void onGetValues(GetValueResults responses) { in onGetValues() method in AidlVehicleStub
721 public void onGetValues(GetValueResults responses) throws RemoteException { in onGetValues() method in AidlVehicleStub.GetSetValuesCallback
722 AidlVehicleStub.this.onGetValues(responses); in onGetValues()
/packages/services/Car/cpp/vhal/client/src/
DAidlVhalClient.cpp430 ScopedAStatus GetSetValueClient::onGetValues(const GetValueResults& results) { in onGetValues() function in android::frameworks::automotive::vhal::GetSetValueClient
593 ScopedAStatus SubscriptionVehicleCallback::onGetValues( in onGetValues() function in android::frameworks::automotive::vhal::SubscriptionVehicleCallback
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarVendorExtensionManagerTest.java377 callback.onGetValues(results); in getValues()
/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DAidlMockedVehicleHal.java269 callback.onGetValues(results); in getValues()
/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp94 callback->onGetValues(GetValueResults{.payloads = mGetValueResults}); in getValues()
99 callback->onGetValues(GetValueResults{.payloads = mGetValueResults}); in getValues()