Searched refs:obtainString (Results 1 – 7 of 7) sorted by relevance
78 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainString( in obtainString() function in android::hardware::automotive::vehicle::V2_0::VehiclePropValuePool
188 RecyclableType obtainString(const char* cstr);
87 VehiclePropValuePool::RecyclableType VehiclePropValuePool::obtainString(const char* cstr) { in obtainString() function in android::hardware::automotive::vehicle::VehiclePropValuePool
214 RecyclableType obtainString(const char* cstr);
241 auto prop = mValuePool->obtainString("test"); in TEST_F()
351 auto pValue = objectPool->obtainString(kCarMake); in TEST_F()
106 pValue = getValuePool()->obtainString(kCarMake.c_str()); in get()