Home
last modified time | relevance | path

Searched refs:setOnValuesChangeCallback (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehiclePropertyStoreTest.cpp539 mStore->setOnValuesChangeCallback( in TEST_F()
552 mStore->setOnValuesChangeCallback( in TEST_F()
583 mStore->setOnValuesChangeCallback( in TEST_F()
611 mStore->setOnValuesChangeCallback( in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehiclePropertyStore.h175 void setOnValuesChangeCallback(const OnValuesChangeCallback& callback) EXCLUDES(mLock);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehiclePropertyStore.cpp384 void VehiclePropertyStore::setOnValuesChangeCallback( in setOnValuesChangeCallback() function in android::hardware::automotive::vehicle::VehiclePropertyStore
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp424 mServerSidePropStore->setOnValuesChangeCallback([this](std::vector<VehiclePropValue> values) { in init()