Lines Matching refs:mTestClient2
129 .id = getId(mTestClient2), in addResource()
131 mService->addResource(client2Info, mTestClient2, resources2); in addResource()
156 expectEqResourceInfo(infos2.at(getId(mTestClient2)), kTestUid2, mTestClient2, resources2); in addResource()
361 .id = getId(mTestClient2), in testMarkClientForPendingRemoval()
380 EXPECT_EQ(false, toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
388 EXPECT_EQ(true, toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
408 EXPECT_EQ(true, toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
414 EXPECT_EQ(false, toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
430 EXPECT_EQ(true, toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
436 EXPECT_EQ(false, toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
444 EXPECT_EQ(false, toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testMarkClientForPendingRemoval()
457 .id = getId(mTestClient2), in testRemoveClient()
562 EXPECT_TRUE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testSelfReclaimResourceSecure()
599 EXPECT_FALSE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceSecure()
605 EXPECT_TRUE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceSecure()
624 EXPECT_TRUE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceSecure()
643 EXPECT_TRUE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceSecure()
649 EXPECT_FALSE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceSecure()
655 EXPECT_FALSE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceSecure()
673 EXPECT_FALSE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceSecure()
679 EXPECT_TRUE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceSecure()
685 EXPECT_FALSE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceSecure()
703 EXPECT_FALSE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceSecure()
709 EXPECT_FALSE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceSecure()
715 EXPECT_TRUE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceSecure()
750 EXPECT_FALSE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceNonSecure()
756 EXPECT_TRUE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceNonSecure()
775 EXPECT_FALSE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceNonSecure()
781 EXPECT_TRUE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceNonSecure()
787 EXPECT_FALSE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceNonSecure()
805 EXPECT_TRUE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceNonSecure()
811 EXPECT_FALSE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResourceNonSecure()
900 .id = getId(mTestClient2), in testBatteryStats()
902 mService->addResource(client2Info, mTestClient2, resources2); in testBatteryStats()
947 .id = getId(mTestClient2), in testCpusetBoost()
949 mService->addResource(client2Info, mTestClient2, resources2); in testCpusetBoost()
970 const std::shared_ptr<IResourceManagerClient>& videoTestClient = mTestClient2; in testReclaimResources_withVideoCodec_reclaimsOnlyVideoCodec()
1011 const auto & audioTestClient = mTestClient2; in testReclaimResources_withAudioCodec_reclaimsOnlyAudioCodec()
1052 const auto & imageTestClient = mTestClient2; in testReclaimResources_withImageCodec_reclaimsOnlyImageCodec()
1088 EXPECT_TRUE(toTestClient(mTestClient2)->checkIfReclaimedAndReset()); in testReclaimResources_withImageCodec_reclaimsOnlyImageCodec()
1462 .id = getId(mTestClient2), in testConcurrentCodecs()