Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_state_machine.cpp37 getDataNotifyCount_(0) in SyncStateMachine()
441 getDataNotifyCount_ = 0; in StartFeedDogForGetData()
456 getDataNotifyCount = getDataNotifyCount_; in StartFeedDogForGetData()
493 if (getDataNotifyCount_ >= MAX_DATA_NOTIFY_COUNT) { in DoGetAndSendDataNotify()
499 getDataNotifyCount_++; in DoGetAndSendDataNotify()
510 getDataNotifyCount_ = 0; in StopFeedDogForGetDataInner()
H A Dsync_state_machine.h182 volatile uint8_t getDataNotifyCount_; variable