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.h34 processType_(ManageType::UNORDERED), in Event()
60 processType_(ManageType::UNORDERED), in Event()
129 enum ManageType { enum
140 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 …its<char>, std::__h::allocator<char> > const&, OHOS::HiviewDFX::Event::ManageType, OHOS::HiviewDFX…
179 …its<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…
94 …auto unorder = std::make_shared<EventDispatchQueue>("disp-unorder", Event::ManageType::UNORDERED, …
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp538 …unorderQueue_ = std::make_unique<EventDispatchQueue>("plat_unorder", Event::ManageType::UNORDERED,… in StartPlatformDispatchQueue()
572 event->processType_ = Event::ManageType::UNORDERED; in PostUnorderedEvent()