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()
149 objectPool = hal->getValuePool(); in SetUp()
370 auto expectedValue = hal->getValuePool()->obtainInt32(VAL); in TEST_F()
391 auto expectedValue1 = hal->getValuePool()->obtainInt32(VAL1); in TEST_F()
397 auto expectedValue2 = hal->getValuePool()->obtainInt32(VAL2); in TEST_F()
422 auto v = hal->getValuePool()->obtainBoolean(true); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DEmulatedVehicleHal.cpp106 auto& pool = *getValuePool(); in get()
121 v = getValuePool()->obtain(*internalPropValue); in get()
206 doHalEvent(getValuePool()->obtain(propValue)); in set()
281 auto& pool = *getValuePool(); in onContinuousPropertyTimer()
337 doHalEvent(getValuePool()->obtain(propValue)); in setPropertyFromVehicle()
429 auto req = getValuePool()->obtain(VehiclePropertyType::INT32_VEC, 2); in createApPowerStateReq()
441 auto keyEvent = getValuePool()->obtain(VehiclePropertyType::INT32_VEC, 3); in createHwInputKeyProp()
456 VehiclePropValuePtr updatedPropValue = getValuePool()->obtain(value); in onFakeValueGenerated()
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h84 VehiclePropValuePool* getValuePool() { in getValuePool() function