Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_engine.cpp42 int SyncEngine::queueCacheSize_ = 0; member in DistributedDB::SyncEngine
135 queueCacheSize_ -= GetMsgSize(inMsg); in Close()
412 queueCacheSize_ -= GetMsgSize(inMsg); in DealMsgUtilQueueEmpty()
529 if ((queueCacheSize_ + msgSize) > maxQueueCacheSize_) { in MessageReciveCallbackInner()
567 queueCacheSize_ += msgSize; in PutMsgIntoQueue()
702 return queueCacheSize_; in GetQueueCacheSize()
H A Dsync_engine.h237 static int queueCacheSize_; variable