Searched refs:queueCacheSize_ (Results 1 – 2 of 2) sorted by relevance
42 int SyncEngine::queueCacheSize_ = 0; member in DistributedDB::SyncEngine135 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()
237 static int queueCacheSize_; variable