Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp60 negotiationCount_(0), in SyncTaskContext()
585 negotiationCount_ = 0; in CopyTargetData()
705 return negotiationCount_ < NEGOTIATION_LIMIT; in IsAutoLiftWaterMark()
710 negotiationCount_++; in IncNegotiationCount()
H A Dsync_task_context.h297 volatile uint32_t negotiationCount_; variable