Searched refs:totalJsonSize_ (Results 1 – 2 of 2) sorted by relevance
42 if (eventJsonSize + totalJsonSize_ > MAXIMUM_FILE_SIZE) { in OnQuery()51 totalJsonSize_ = 0; in OnQuery()57 totalJsonSize_ += eventJsonSize; in OnQuery()63 if (totalJsonSize_ != 0) { in OnComplete()
31 destPath_(destPath), fileIndex_(fileIndex), totalJsonSize_(totalJsonSize){}; in DataPublisherSysEventCallback()42 int32_t totalJsonSize_; variable