Searched refs:syncFinish (Results 1 – 2 of 2) sorted by relevance
827 bool syncFinish = !IsNeedSync(); in GenerateTimeOffsetIfNeed() local832 if ((timeChange && !syncFinish) || in GenerateTimeOffsetIfNeed()836 static_cast<int>(syncFinish)); in GenerateTimeOffsetIfNeed()
1481 bool syncFinish = false; variable1485 CloudSyncStatusCallback callback = [&callCount, &cv, &syncFinish, &syncMutex](1492 syncFinish = true; in __anon239839ae0602()1498 cv.wait(uniqueLock, [&syncFinish]() { in __anon239839ae0702()1499 return syncFinish; in __anon239839ae0702()