Home
last modified time | relevance | path

Searched refs:isNeedRetry_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp160 isNeedRetry_ = NO_NEED_RETRY; in Clear()
365 isNeedRetry_ = isNeedRetry; in SetRetryStatus()
370 return isNeedRetry_; in GetRetryStatus()
578 isNeedRetry_ = SyncTaskContext::NO_NEED_RETRY; in CopyTargetData()
H A Dsync_task_context.h269 volatile int isNeedRetry_ = SyncTaskContext::NO_NEED_RETRY; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/multiver/
H A Dmulti_ver_sync_task_context.cpp228 isNeedRetry_ = NO_NEED_RETRY; in Clear()