Home
last modified time | relevance | path

Searched refs:GetLogSize (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
Devent_log_catcher.h26 int GetLogSize() const;
Devent_log_task.h50 long GetLogSize() const;
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
Devent_log_catcher.cpp38 int EventLogCatcher::GetLogSize() const in GetLogSize() function in OHOS::HiviewDFX::EventLogCatcher
Devent_log_task.cpp183 long EventLogTask::GetLogSize() const in GetLogSize() function in OHOS::HiviewDFX::EventLogTask
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
Devent_logger_catcher_test.cpp177 printf("logTask LogSize is %ld\n", logTask->GetLogSize()); in StartCreate()
178 if (logTask->GetLogSize() < minQuantity) { in StartCreate()
485 ASSERT_TRUE(eventLogCatcher->GetLogSize() == -1);
487 ASSERT_TRUE(eventLogCatcher->GetLogSize() == 1);