Home
last modified time | relevance | path

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

/frameworks/av/services/mediaresourcemanager/test/
DResourceObserverService_test.cpp252 mService->addResource(kTestPid2, kTestUid2, getId(mTestClient3), mTestClient3, resources); in TEST_F()
286 mService->addResource(kTestPid2, kTestUid2, getId(mTestClient3), mTestClient3, resources); in TEST_F()
351 mService->addResource(kTestPid2, kTestUid2, getId(mTestClient3), mTestClient3, resources); in TEST_F()
357 mService->removeResource(kTestPid2, getId(mTestClient3), resources); in TEST_F()
365 mService->removeResource(kTestPid2, getId(mTestClient3), resources); in TEST_F()
370 mService->removeClient(kTestPid2, getId(mTestClient3)); in TEST_F()
393 mService->addResource(kTestPid2, kTestUid2, getId(mTestClient3), mTestClient3, resources); in TEST_F()
407 mService->removeResource(kTestPid2, getId(mTestClient3), resources); in TEST_F()
416 mService->removeClient(kTestPid2, getId(mTestClient3)); in TEST_F()
448 mService->addResource(kTestPid2, kTestUid2, getId(mTestClient3), mTestClient3, resources); in TEST_F()
[all …]
DResourceManagerService_test.cpp34 TestClient *client3 = static_cast<TestClient*>(mTestClient3.get()); in verifyClients()
77 mService->addResource(kTestPid2, kTestUid2, getId(mTestClient3), mTestClient3, resources3); in addResource()
80 mService->addResource(kTestPid2, kTestUid2, getId(mTestClient3), mTestClient3, resources3); in addResource()
95 … expectEqResourceInfo(infos2.valueFor(getId(mTestClient3)), kTestUid2, mTestClient3, resources3); in addResource()
319 mService->removeClient(kTestPid2, getId(mTestClient3)); in testMarkClientForPendingRemoval()
341 mService->removeClient(kTestPid2, getId(mTestClient3)); in testMarkClientForPendingRemoval()
358 mService->markClientForPendingRemoval(kTestPid2, getId(mTestClient3)); in testMarkClientForPendingRemoval()
382 EXPECT_EQ(mTestClient3, infos2[0].client); in testRemoveClient()
398 EXPECT_EQ(mTestClient3, clients[0]); in testGetAllClients()
592 mService->removeClient(kTestPid2, getId(mTestClient3)); in testReclaimResourceNonSecure()
DResourceManagerServiceTestUtils.h183 mTestClient3(::ndk::SharedRefBase::make<TestClient>(kTestPid2, mService)) { in ResourceManagerServiceTestBase()
190 std::shared_ptr<IResourceManagerClient> mTestClient3; variable