Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/mediaresourcemanager/test/
H A DResourceManagerService_test.cpp63 mService->addResource(kTestPid1, kTestUid1, getId(mTestClient1), mTestClient1, resources1); in addResource()
67 mService->addResource(kTestPid1, kTestUid1, getId(mTestClient1), mTestClient1, resources11); in addResource()
103 mService->addResource(kTestPid1, kTestUid1, getId(mTestClient1), mTestClient1, resources1); in testCombineResourceWithNegativeValues()
115 … expectEqResourceInfo(infos1.valueFor(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResourceWithNegativeValues()
120 mService->addResource(kTestPid1, kTestUid1, getId(mTestClient1), mTestClient1, resources1); in testCombineResourceWithNegativeValues()
124 mService->addResource(kTestPid1, kTestUid1, getId(mTestClient1), mTestClient1, resources1); in testCombineResourceWithNegativeValues()
135 mService->addResource(kTestPid1, kTestUid1, getId(mTestClient1), mTestClient1, resources1); in testCombineResourceWithNegativeValues()
147 mService->addResource(kTestPid1, kTestUid1, getId(mTestClient1), mTestClient1, resources1); in testCombineResourceWithNegativeValues()
193 mService->addResource(kTestPid1, kTestUid1, getId(mTestClient1), mTestClient1, resources1); in testCombineResource()
208 mService->addResource(kTestPid1, kTestUid1, getId(mTestClient1), mTestClient1, resources1); in testCombineResource()
[all …]
H A DResourceObserverService_test.cpp237 mService->addResource(kTestPid1, kTestUid1, getId(mTestClient1), mTestClient1, resources); in TEST_F()
260 mService->addResource(kTestPid1, kTestUid1, getId(mTestClient1), mTestClient1, resources); in TEST_F()
304 mService->addResource(kTestPid1, kTestUid1, getId(mTestClient1), mTestClient1, resources); in TEST_F()
309 mService->removeResource(kTestPid1, getId(mTestClient1), resources); in TEST_F()
314 mService->removeResource(kTestPid1, getId(mTestClient1), resources); in TEST_F()
319 mService->removeClient(kTestPid1, getId(mTestClient1)); in TEST_F()
H A DResourceManagerServiceTestUtils.h181 mTestClient1(::ndk::SharedRefBase::make<TestClient>(kTestPid1, mService)), in ResourceManagerServiceTestBase()
188 std::shared_ptr<IResourceManagerClient> mTestClient1; variable