Home
last modified time | relevance | path

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

/hardware/interfaces/power/stats/1.0/vts/functional/
DVtsHalPowerStatsV1_0TargetTest.cpp215 std::vector<uint32_t> randomIds; in TEST_P() local
216 getRandomIds(randomIds); in TEST_P()
218 if (randomIds.empty()) { in TEST_P()
223 getStateSpaces(stateSpaces, randomIds); in TEST_P()
225 ASSERT_EQ(stateSpaces.size(), randomIds.size()); in TEST_P()
228 for (auto id : randomIds) { in TEST_P()
244 std::vector<uint32_t> randomIds; in TEST_P() local
245 getRandomIds(randomIds); in TEST_P()
246 ASSERT_FALSE(randomIds.empty()); in TEST_P()
249 getStateSpaces(selectedStateSpaces, randomIds); in TEST_P()
[all …]