Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/test/
DResourceManagerService_test.cpp146 const auto& mapIndex1 = map.find(kTestPid1); in addResource() local
147 EXPECT_TRUE(mapIndex1 != map.end()); in addResource()
148 const ResourceInfos &infos1 = mapIndex1->second; in addResource()
176 const auto& mapIndex1 = map.find(kTestPid1); in testCombineResourceWithNegativeValues() local
177 EXPECT_TRUE(mapIndex1 != map.end()); in testCombineResourceWithNegativeValues()
178 const ResourceInfos &infos1 = mapIndex1->second; in testCombineResourceWithNegativeValues()
252 const auto& mapIndex1 = map.find(kTestPid1); in testCombineResource() local
253 EXPECT_TRUE(mapIndex1 != map.end()); in testCombineResource()
254 const ResourceInfos &infos1 = mapIndex1->second; in testCombineResource()
297 const auto& mapIndex1 = map.find(kTestPid1); in testRemoveResource() local
[all …]