Lines Matching refs:infos1
148 const ResourceInfos &infos1 = mapIndex1->second; in addResource() local
149 EXPECT_EQ(1u, infos1.size()); in addResource()
150 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, resources1); in addResource()
178 const ResourceInfos &infos1 = mapIndex1->second; in testCombineResourceWithNegativeValues() local
179 EXPECT_EQ(1u, infos1.size()); in testCombineResourceWithNegativeValues()
181 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResourceWithNegativeValues()
196 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResourceWithNegativeValues()
208 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResourceWithNegativeValues()
220 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResourceWithNegativeValues()
254 const ResourceInfos &infos1 = mapIndex1->second; in testCombineResource() local
255 EXPECT_EQ(1u, infos1.size()); in testCombineResource()
264 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResource()
278 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResource()
299 const ResourceInfos &infos1 = mapIndex1->second; in testRemoveResource() local
300 EXPECT_EQ(1u, infos1.size()); in testRemoveResource()
309 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testRemoveResource()
315 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testRemoveResource()
323 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testRemoveResource()
463 const ResourceInfos &infos1 = map.at(kTestPid1); in testRemoveClient() local
465 EXPECT_EQ(1u, infos1.size()); in testRemoveClient()