Home
last modified time | relevance | path

Searched refs:HitraceCapture (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Dactive_key_event.h41 void HitraceCapture();
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/include/
H A Devent_log_task.h95 void HitraceCapture();
/base/hiviewdfx/hiview/plugins/eventlogger/
H A Dactive_key_event.cpp121 void ActiveKeyEvent::HitraceCapture() in HitraceCapture() function in OHOS::HiviewDFX::ActiveKeyEvent
188 auto hitraceCapture = [this] { this->HitraceCapture(); }; in CombinationKeyHandle()
189 ffrt::submit(hitraceCapture, {}, {}, ffrt::task_attr().name("HitraceCapture").qos(ffrt::qos_user_initiated)); in CombinationKeyHandle()
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_task.cpp86 captureList_.insert(std::pair<std::string, capture>("tr", [this] { this->HitraceCapture(); })); in EventLogTask()
423 void EventLogTask::HitraceCapture() in HitraceCapture() function in OHOS::HiviewDFX::EventLogTask
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/test/unittest/common/
H A Devent_logger_catcher_test.cpp186 logTask->HitraceCapture(); in HWTEST_F()

Completed in 4 milliseconds