Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp342 totalJsonStrSize_ = 0; in Write()
365 if (totalJsonStrSize_ + eventSize > maxFileSize_ && !Write()) { in AppendEvent()
374 totalJsonStrSize_ += eventSize; in AppendEvent()
378 totalJsonStrSize_ += eventSize; in AppendEvent()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/
H A Dexport_json_file_writer.h58 int64_t totalJsonStrSize_ = 0; variable