Searched refs:mTestClient1 (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/services/mediaresourcemanager/test/ |
D | ResourceManagerService_test.cpp | 115 .id = getId(mTestClient1), in addResource() 117 mService->addResource(client1Info, mTestClient1, resources1); in addResource() 121 mService->addResource(client1Info, mTestClient1, resources11); in addResource() 150 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, resources1); in addResource() 167 .id = getId(mTestClient1), in testCombineResourceWithNegativeValues() 169 mService->addResource(client1Info, mTestClient1, resources1); in testCombineResourceWithNegativeValues() 181 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResourceWithNegativeValues() 186 mService->addResource(client1Info, mTestClient1, resources1); in testCombineResourceWithNegativeValues() 190 mService->addResource(client1Info, mTestClient1, resources1); in testCombineResourceWithNegativeValues() 196 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResourceWithNegativeValues() [all …]
|
D | ResourceObserverService_test.cpp | 259 .id = getId(mTestClient1), in TEST_F() 274 mService->addResource(client1Info, mTestClient1, resources); in TEST_F() 297 mService->addResource(client1Info, mTestClient1, resources); in TEST_F() 344 .id = getId(mTestClient1), in TEST_F() 359 mService->addResource(client1Info, mTestClient1, resources); in TEST_F() 510 .id = getId(mTestClient1), in TEST_F()
|
D | ResourceManagerServiceTestUtils.h | 233 mTestClient1 = ::ndk::SharedRefBase::make<TestClient>(kTestPid1, kTestUid1, 0, mService); in SetUp() 245 std::shared_ptr<IResourceManagerClient> mTestClient1; variable
|