Home
last modified time | relevance | path

Searched refs:syncFinish (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dtime_sync.cpp827 bool syncFinish = !IsNeedSync(); in GenerateTimeOffsetIfNeed() local
832 if ((timeChange && !syncFinish) || in GenerateTimeOffsetIfNeed()
836 static_cast<int>(syncFinish)); in GenerateTimeOffsetIfNeed()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp1481 bool syncFinish = false; variable
1485 CloudSyncStatusCallback callback = [&callCount, &cv, &syncFinish, &syncMutex](
1492 syncFinish = true; in __anon239839ae0602()
1498 cv.wait(uniqueLock, [&syncFinish]() { in __anon239839ae0702()
1499 return syncFinish; in __anon239839ae0702()