Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property_unittest.cc872 std::vector<std::future<std::vector<std::shared_ptr<BtProperty>>>> future_vector; member in BtPropertyMultiAllocationTest
881 future_vector.push_back(std::async(std::launch::async, [i]() { in TEST_F()
889 std::vector<std::shared_ptr<BtProperty>> props = future_vector[i].get(); in TEST_F()