Home
last modified time | relevance | path

Searched refs:getDataNotifyTimerId_ (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.cpp36 getDataNotifyTimerId_(0), in SyncStateMachine()
440 if (getDataNotifyTimerId_ > 0) { in StartFeedDogForGetData()
470 getDataNotifyTimerId_); in StartFeedDogForGetData()
481 timerId = getDataNotifyTimerId_; in StopFeedDogForGetData()
505 if (getDataNotifyTimerId_ == 0 || getDataNotifyTimerId_ != timerId) { in StopFeedDogForGetDataInner()
509 getDataNotifyTimerId_ = 0; in StopFeedDogForGetDataInner()
H A Dsync_state_machine.h181 TimerId getDataNotifyTimerId_; variable