/base/hiviewdfx/hiview/base/ |
D | hiview_global.cpp | 84 bool HiviewGlobal::GetListenerInfo(uint32_t type, const std::string& name, in GetListenerInfo() function in OHOS::HiviewDFX::HiviewGlobal 87 return context_.GetListenerInfo(type, name, listenerInfo); in GetListenerInfo() 90 bool HiviewGlobal::GetListenerInfo(uint32_t type, const std::string& name, std::set<std::string> &e… in GetListenerInfo() function in OHOS::HiviewDFX::HiviewGlobal 92 return context_.GetListenerInfo(type, name, eventNames); in GetListenerInfo()
|
D | event.cpp | 98 bool EventListener::GetListenerInfo(uint32_t type, std::set<EventListener::EventIdRange> &listenerI… in GetListenerInfo() function in OHOS::HiviewDFX::EventListener 104 return context->GetListenerInfo(type, GetListenerName(), listenerInfo); in GetListenerInfo() 129 bool EventListener::GetListenerInfo(uint32_t type, std::set<std::string> &eventNames) in GetListenerInfo() function in OHOS::HiviewDFX::EventListener 135 return context->GetListenerInfo(type, GetListenerName(), eventNames); in GetListenerInfo()
|
D | event_dispatcher.cpp | 60 if (!sp->GetListenerInfo(event.messageType_, listenerInfo)) { in DispatchEvent() 101 if (sp->GetListenerInfo(type, listenerInfo) && (!listenerInfo.empty())) { in RegisterListener()
|
D | plugin.cpp | 123 return context_->GetListenerInfo(type, name_, listenerInfo); in GetEventListenerInfo() 151 return context_->GetListenerInfo(type, name_, eventNames); in GetEventListenerInfo()
|
D | event_dispatch_queue.cpp | 79 auto listeners = context_->GetListenerInfo(event.messageType_, eventName, event.eventId_); in ProcessUnorderedEvent()
|
/base/hiviewdfx/hiview/base/include/ |
D | hiview_global.h | 42 …bool GetListenerInfo(uint32_t type, const std::string& name, std::set<EventListener::EventIdRange>… 43 bool GetListenerInfo(uint32_t type, const std::string& name, std::set<std::string> &eventNames);
|
D | plugin.h | 304 virtual std::vector<std::weak_ptr<InstanceInfo>> GetListenerInfo(uint32_t type, in GetListenerInfo() function 310 virtual bool GetListenerInfo(uint32_t type, const std::string& name, in GetListenerInfo() function 316 …virtual bool GetListenerInfo(uint32_t type, const std::string& name, std::set<std::string> &eventN… in GetListenerInfo() function
|
D | event.h | 293 bool GetListenerInfo(uint32_t type, std::set<EventListener::EventIdRange> &listenerInfo); 297 bool GetListenerInfo(uint32_t type, std::set<std::string> &eventNames);
|
/base/hiviewdfx/hiview/core/test/unittest/common/ |
D | event_dispatch_queue_test.cpp | 105 …auto ret1 = platform.GetListenerInfo(Event::MessageType::RAW_EVENT, listener1->GetListenerName(), … 112 …auto ret2 = platform.GetListenerInfo(Event::MessageType::RAW_EVENT, listener2->GetListenerName(), …
|
/base/hiviewdfx/hiview/core/ |
D | hiview_platform.h | 72 std::vector<std::weak_ptr<InstanceInfo>> GetListenerInfo(uint32_t type, 74 bool GetListenerInfo(uint32_t type, const std::string& name, 76 …bool GetListenerInfo(uint32_t type, const std::string& name, std::set<std::string> &eventNames) ov…
|
D | hiview_platform.cpp | 1066 std::vector<std::weak_ptr<HiviewContext::InstanceInfo>> HiviewPlatform::GetListenerInfo(uint32_t ty… in GetListenerInfo() function in OHOS::HiviewDFX::HiviewPlatform 1098 bool HiviewPlatform::GetListenerInfo(uint32_t type, const std::string& name, in GetListenerInfo() function in OHOS::HiviewDFX::HiviewPlatform 1113 bool HiviewPlatform::GetListenerInfo(uint32_t type, const std::string& name, in GetListenerInfo() function in OHOS::HiviewDFX::HiviewPlatform
|
/base/hiviewdfx/hiview/ |
D | hiview_zh.md | 338 bool GetListenerInfo(uint32_t type, std::set<std::string> &eventNames); 339 bool GetListenerInfo(uint32_t type, std::set<EventListener::EventIdRange> &listenerInfo);
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
D | event_dispatcher_test.cpp | 91 bool GetListenerInfo(uint32_t type, const std::string& name, in GetListenerInfo() function in OHOS::HiviewDFX::TestHiviewContext
|