Lines Matching refs:ActiveKeyEvent
39 DEFINE_LOG_LABEL(0xD002D01, "EventLogger-ActiveKeyEvent");
40 ActiveKeyEvent::ActiveKeyEvent()
46 ActiveKeyEvent::~ActiveKeyEvent()
52 HIVIEW_LOGI("~ActiveKeyEvent subscribeId_: %{public}d", *it);
57 int64_t ActiveKeyEvent::SystemTimeMillisecond()
66 void ActiveKeyEvent::InitSubscribe(std::set<int32_t> preKeys, int32_t finalKey, int32_t count, int32_t holdTime)
102 void ActiveKeyEvent::Init(std::shared_ptr<LogStoreEx> logStore)
121 void ActiveKeyEvent::HitraceCapture()
132 void ActiveKeyEvent::SysMemCapture(int fd)
140 void ActiveKeyEvent::DumpCapture(int fd)
143 std::shared_ptr<SysEvent> sysEvent = std::make_shared<SysEvent>("ActiveKeyEvent", nullptr, sysEventCreator);
157 void ActiveKeyEvent::CombinationKeyHandle(std::shared_ptr<MMI::KeyEvent> keyEvent)
173 auto sysStart = ActiveKeyEvent::SystemTimeMillisecond();
192 auto end = ActiveKeyEvent::SystemTimeMillisecond();
198 void ActiveKeyEvent::CombinationKeyCallback(std::shared_ptr<MMI::KeyEvent> keyEvent)
201 uint64_t now = (uint64_t)ActiveKeyEvent::SystemTimeMillisecond();
209 ffrt::task_attr().name("ActiveKeyEvent").qos(ffrt::qos_user_initiated));