Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp62 pValue = getValuePool()->obtainString(kCarMake); in get()
69 pValue = getValuePool()->obtainFloat(42.42); in get()
74 pValue = getValuePool()->obtainComplex(); in get()
86 pValue = getValuePool()->obtain(mValues[key]); in get()
150 objectPool = hal->getValuePool(); in SetUp()
382 auto expectedValue = hal->getValuePool()->obtainInt32(VAL); in TEST_F()
403 auto expectedValue1 = hal->getValuePool()->obtainInt32(VAL1); in TEST_F()
409 auto expectedValue2 = hal->getValuePool()->obtainInt32(VAL2); in TEST_F()
434 auto v = hal->getValuePool()->obtainBoolean(true); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp109 auto& pool = *getValuePool(); in get()
124 v = getValuePool()->obtain(*internalPropValue); in get()
230 auto& pool = *getValuePool(); in onContinuousPropertyTimer()
285 doHalEvent(getValuePool()->obtain(propValue)); in setPropertyFromVehicle()
348 updatedPropValue = getValuePool()->obtainFloat(value); in onFakeValueGenerated()
351 updatedPropValue = getValuePool()->obtainInt32(static_cast<int32_t>(value)); in onFakeValueGenerated()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h87 VehiclePropValuePool* getValuePool() { in getValuePool() function