Home
last modified time | relevance | path

Searched refs:GetTimeoutSyncOps (Results 1 - 3 of 3) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvstore_sync_manager.cpp121 bool KvStoreSyncManager::GetTimeoutSyncOps(const TimePoint &currentTime, std::list<KvSyncOperation> &syncOps) in GetTimeoutSyncOps() function in OHOS::DistributedKv::KvStoreSyncManager
162 bool delaySchedule = GetTimeoutSyncOps(time, syncOps); in Schedule()
H A Dkvstore_sync_manager.h65 bool GetTimeoutSyncOps(const TimePoint &currentTime, std::list<KvSyncOperation> &syncOps);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_service_test.cpp274 HWTEST_F(KvStoreSyncManagerTest, GetTimeoutSyncOps, TestSize.Level0) in HWTEST_F()
285 auto kvStatus = syncManager.GetTimeoutSyncOps(currentTime, syncOps); in HWTEST_F()
288 kvStatus = syncManager.GetTimeoutSyncOps(currentTime, syncOps); in HWTEST_F()
292 kvStatus = syncManager.GetTimeoutSyncOps(currentTime, syncOps); in HWTEST_F()
299 kvStatus = syncManager.GetTimeoutSyncOps(currentTime, syncOps); in HWTEST_F()

Completed in 3 milliseconds