Searched refs:expectEqResourceInfo (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/mediaresourcemanager/test/ |
D | ResourceManagerService_test.cpp | 150 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, resources1); in addResource() 156 expectEqResourceInfo(infos2.at(getId(mTestClient2)), kTestUid2, mTestClient2, resources2); in addResource() 157 expectEqResourceInfo(infos2.at(getId(mTestClient3)), kTestUid2, mTestClient3, resources3); in addResource() 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() 264 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResource() 278 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testCombineResource() 309 expectEqResourceInfo(infos1.at(getId(mTestClient1)), kTestUid1, mTestClient1, expected); in testRemoveResource() [all …]
|
D | ResourceManagerServiceTestUtils.h | 260 static void expectEqResourceInfo(const ResourceInfo &info, in expectEqResourceInfo() function
|