Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleObjectPool.cpp78 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainString( in obtainString() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleObjectPool.h188 RecyclableType obtainString(const char* cstr);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/src/
DVehicleObjectPool.cpp87 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainString(const char* cstr) { in obtainString() function in android::hardware::automotive::vehicle::VehiclePropValuePool
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleObjectPool.h214 RecyclableType obtainString(const char* cstr);
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleObjectPoolTest.cpp241 auto prop = mValuePool->obtainString("test"); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp351 auto pValue = objectPool->obtainString(kCarMake); in TEST_F()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.cpp106 pValue = getValuePool()->obtainString(kCarMake.c_str()); in get()