Home
last modified time | relevance | path

Searched defs:eventPool (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/plugins/eventlogger/test/unittest/common/
Dactive_key_event_test.cpp55 …std::shared_ptr<EventThreadPool> eventPool = std::make_shared<EventThreadPool>(5, "EventThreadPool… variable
75 std::shared_ptr<EventThreadPool> eventPool = nullptr; variable
128 …std::shared_ptr<EventThreadPool> eventPool = std::make_shared<EventThreadPool>(5, "EventThreadPool… variable
143 std::shared_ptr<EventThreadPool> eventPool = nullptr; variable
158 …std::shared_ptr<EventThreadPool> eventPool = std::make_shared<EventThreadPool>(5, "EventThreadPool… variable
176 std::shared_ptr<EventThreadPool> eventPool = nullptr; variable
/base/hiviewdfx/hiview/plugins/eventlogger/
Dactive_key_event.cpp92 void ActiveKeyEvent::Init(std::shared_ptr<EventThreadPool> eventPool, std::shared_ptr<LogStoreEx> l… in Init()