Home
last modified time | relevance | path

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

/hardware/interfaces/power/stats/1.0/vts/functional/
DVtsHalPowerStatsV1_0TargetTest.cpp251 std::map<uint32_t, PowerEntityStateSpace> stateSpaceMap; in TEST_P() local
253 stateSpaceMap[stateSpace.powerEntityId] = stateSpace; in TEST_P()
257 auto it = stateSpaceMap.find(stateSpace.powerEntityId); in TEST_P()
258 ASSERT_NE(it, stateSpaceMap.end()); in TEST_P()