Home
last modified time | relevance | path

Searched refs:AddLog (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-track.md61 struct AddLog {
149 struct AddLog {
180 1. AddLog自定义组件的Text.onClick点击事件自增字符串' info.'。
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-track.md59 struct AddLog {
147 struct AddLog {
178 1. The click event **Text.onClick** of the **AddLog** custom component increases the value of **inf…
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h47 void AddLog(const std::string &cmd);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp162 logTask->AddLog("cmd:scbCS");
189 logTask->AddLog("Test");
190 logTask->AddLog("cmd:w");
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/
H A Dactive_key_event.cpp140 logTask->AddLog(cmd); in DumpCapture()
H A Devent_logger.cpp339 logTask->AddLog(cmd); in StartLogCollect()
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp94 void EventLogTask::AddLog(const std::string &cmd) in AddLog() function in OHOS::HiviewDFX::EventLogTask