Home
last modified time | relevance | path

Searched refs:syncOp (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvstore_sync_manager.cpp40 KvSyncOperation syncOp{ syncId, opSeq, delayMs, syncFunc, endFunc, beginTime }; in AddSyncOperation()
44 realtimeSyncingOps_.push_back(syncOp); in AddSyncOperation()
54 scheduleSyncOps_.emplace(beginTime, syncOp); in AddSyncOperation()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp278 DistributedKv::KvStoreSyncManager::KvSyncOperation syncOp; in HWTEST_F() local
279 syncOp.syncId = 1; in HWTEST_F()
280 syncOp.beginTime = std::chrono::steady_clock::now() + std::chrono::milliseconds(1); in HWTEST_F()
287 syncManager.realtimeSyncingOps_.push_back(syncOp); in HWTEST_F()
291 syncManager.scheduleSyncOps_.insert(std::make_pair(syncOp.beginTime, syncOp)); in HWTEST_F()
295 syncManager.realtimeSyncingOps_.push_back(syncOp); in HWTEST_F()
296 syncManager.scheduleSyncOps_.insert(std::make_pair(syncOp.beginTime, syncOp)); in HWTEST_F()

Completed in 3 milliseconds