Home
last modified time | relevance | path

Searched refs:saveDataNotifyTimerId_ (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.cpp32 saveDataNotifyTimerId_(0), in SyncStateMachine()
232 if (saveDataNotifyTimerId_ > 0) { in StartSaveDataNotify()
255 saveDataNotifyTimerId_); in StartSaveDataNotify()
272 if (saveDataNotifyTimerId_ == 0) { in StopSaveDataNotifyNoLock()
280 RuntimeContext::GetInstance()->RemoveTimer(saveDataNotifyTimerId_); in StopSaveDataNotifyNoLock()
281 saveDataNotifyTimerId_ = 0; in StopSaveDataNotifyNoLock()
H A Dsync_state_machine.h175 TimerId saveDataNotifyTimerId_; variable