Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/power/stats/aidl/vts/
H A DVtsHalPowerStatsTargetTest.cpp58 std::vector<T> getRandomSubset(std::vector<T> const& collection);
73 std::vector<T> PowerStatsAidl::getRandomSubset(std::vector<T> const& collection) { in getRandomSubset() function in PowerStatsAidl
224 std::vector<PowerEntity> selectedEntities = getRandomSubset(entities); in TEST_P()
303 std::vector<Channel> selectedChannels = getRandomSubset(channels); in TEST_P()
391 std::vector<EnergyConsumer> selectedConsumers = getRandomSubset(consumers); in TEST_P()