Home
last modified time | relevance | path

Searched refs:saveDataNotifyRefCount_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_state_machine.cpp35 saveDataNotifyRefCount_(0), in SyncStateMachine()
231 saveDataNotifyRefCount_++; in StartSaveDataNotify()
258 saveDataNotifyRefCount_--; in StartSaveDataNotify()
276 saveDataNotifyRefCount_--; in StopSaveDataNotifyNoLock()
277 if (saveDataNotifyRefCount_ > 0) { in StopSaveDataNotifyNoLock()
283 saveDataNotifyRefCount_ = 0; in StopSaveDataNotifyNoLock()
H A Dsync_state_machine.h178 volatile uint32_t saveDataNotifyRefCount_; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dmock_single_ver_state_machine.h87 return saveDataNotifyRefCount_; in GetSaveDataNotifyRefCount()