Searched refs:ManageType (Results 1 – 6 of 6) sorted by relevance
/base/hiviewdfx/hiview/base/include/ |
D | event_dispatch_queue.h | 32 EventDispatchQueue(const std::string& name, Event::ManageType type, HiviewContext* context_); 51 Event::ManageType type_;
|
D | event.h | 34 processType_(ManageType::UNORDERED), in Event() 60 processType_(ManageType::UNORDERED), in Event() 129 enum ManageType { enum 140 ManageType processType_;
|
/base/hiviewdfx/hiview/base/ |
D | event_dispatch_queue.cpp | 31 EventDispatchQueue::EventDispatchQueue(const std::string& name, Event::ManageType type, HiviewConte… in EventDispatchQueue() 66 if (type_ == Event::ManageType::UNORDERED) { in Run()
|
D | libhiviewbase.map | 10 …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/ |
D | event_dispatch_queue_test.cpp | 72 …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/ |
D | hiview_platform.cpp | 538 …unorderQueue_ = std::make_unique<EventDispatchQueue>("plat_unorder", Event::ManageType::UNORDERED,… in StartPlatformDispatchQueue() 572 event->processType_ = Event::ManageType::UNORDERED; in PostUnorderedEvent()
|