Searched defs:removeCount (Results 1 – 5 of 5) sorted by relevance
127 … MockRemove(const std::shared_ptr<MockThreadPool> &threadPoolPtr, bool removeRes, int &removeCount) in MockRemove()322 int removeCount = 0; variable362 int removeCount = 0; variable406 int removeCount = 0; variable
321 int &removeCount) in ForkDownloadAndRemoveAsset()384 int removeCount = 0; variable456 int removeCount = 0; variable552 int removeCount = 0; variable
59 static void TestRemoveGrant(uint32_t removeAppUid, uint32_t removeCount) in TestRemoveGrant()
134 static void TestGetAuthList(uint32_t grantCount, uint32_t removeCount) in TestGetAuthList()
506 uint32_t removeCount = allItems.size() - MAX_STORE_ITEMS - waitToRemove.size(); in RemoveLeastUsedQuerySyncItems() local