Home
last modified time | relevance | path

Searched refs:ManageType (Results 1 – 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/base/include/
Devent_dispatch_queue.h32 EventDispatchQueue(const std::string& name, Event::ManageType type, HiviewContext* context_);
51 Event::ManageType type_;
Devent.h36 processType_(ManageType::UNORDERED), in Event()
62 processType_(ManageType::UNORDERED), in Event()
131 enum ManageType { enum
142 ManageType processType_;
/base/hiviewdfx/hiview/base/
Devent_dispatch_queue.cpp31 EventDispatchQueue::EventDispatchQueue(const std::string& name, Event::ManageType type, HiviewConte… in EventDispatchQueue()
66 if (type_ == Event::ManageType::UNORDERED) { in Run()
Dlibhiviewbase.map10 …aits<char>, std::__h::allocator<char>> const&, OHOS::HiviewDFX::Event::ManageType, OHOS::HiviewDFX…
151 …aits<char>, std::__1::allocator<char>> const&, OHOS::HiviewDFX::Event::ManageType, OHOS::HiviewDFX…
/base/hiviewdfx/hiview/core/test/unittest/common/
Devent_dispatch_queue_test.cpp72 …auto unorderQueue = std::make_shared<EventDispatchQueue>("test1", Event::ManageType::UNORDERED, &p…
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp557 …unorderQueue_ = std::make_unique<EventDispatchQueue>("plat_unorder", Event::ManageType::UNORDERED,… in StartPlatformDispatchQueue()
591 event->processType_ = Event::ManageType::UNORDERED; in PostUnorderedEvent()