Home
last modified time | relevance | path

Searched refs:AddSeparator (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h69 void AddSeparator(int fd, std::shared_ptr<EventLogCatcher> catcher) const;
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp135 AddSeparator(dupedFd, catcher); in StartCompose()
203 void EventLogTask::AddSeparator(int fd, std::shared_ptr<EventLogCatcher> catcher) const in AddSeparator() function in OHOS::HiviewDFX::EventLogTask
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp110 logTask->AddSeparator(fd, eventLogCatcher);