Home
last modified time | relevance | path

Searched refs:IncNegotiationCount (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Disync_task_context.h169 virtual void IncNegotiationCount() = 0;
H A Dsync_task_context.h195 void IncNegotiationCount() override;
H A Dsync_task_context.cpp708 void SyncTaskContext::IncNegotiationCount() in IncNegotiationCount() function in DistributedDB::SyncTaskContext
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync.cpp1306 context->IncNegotiationCount(); in DealWaterMarkException()