Home
last modified time | relevance | path

Searched refs:AppendFile (Results 1 - 3 of 3) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_catcher.h27 int AppendFile(int fd, const std::string &fileName) const;
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_catcher.cpp70 int EventLogCatcher::AppendFile(int fd, const std::string &fileName) const in AppendFile() function in OHOS::HiviewDFX::EventLogCatcher
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp79 EXPECT_TRUE(eventLogCatcher->AppendFile(-1, "") == 0); in HWTEST_F()
88 eventLogCatcher->AppendFile(fd, fileName); in HWTEST_F()
89 EXPECT_TRUE(eventLogCatcher->AppendFile(fd, "") == 0); in HWTEST_F()

Completed in 2 milliseconds