Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher_sys_event_callback.cpp42 if (eventJsonSize + totalJsonSize_ > MAXIMUM_FILE_SIZE) { in OnQuery()
51 totalJsonSize_ = 0; in OnQuery()
57 totalJsonSize_ += eventJsonSize; in OnQuery()
63 if (totalJsonSize_ != 0) { in OnComplete()
/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/include/
H A Ddata_publisher_sys_event_callback.h31 destPath_(destPath), fileIndex_(fileIndex), totalJsonSize_(totalJsonSize){}; in DataPublisherSysEventCallback()
42 int32_t totalJsonSize_; variable