Home
last modified time | relevance | path

Searched defs:removeCount (Results 1 – 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
Ddistributeddb_thread_pool_test.cpp127 … MockRemove(const std::shared_ptr<MockThreadPool> &threadPoolPtr, bool removeRes, int &removeCount) in MockRemove()
322 int removeCount = 0; variable
362 int removeCount = 0; variable
406 int removeCount = 0; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
Ddistributeddb_cloud_assets_operation_sync_test.cpp303 int &removeCount) in ForkDownloadAndRemoveAsset()
366 int removeCount = 0; variable
438 int removeCount = 0; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
Dquery_sync_water_mark_helper.cpp506 uint32_t removeCount = allItems.size() - MAX_STORE_ITEMS - waitToRemove.size(); in RemoveLeastUsedQuerySyncItems() local