Searched refs:getValuePool (Results 1 – 3 of 3) sorted by relevance
62 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()
106 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()
84 VehiclePropValuePool* getValuePool() { in getValuePool() function