Home
last modified time | relevance | path

Searched refs:GetListenerInfo (Results 1 – 13 of 13) sorted by relevance

/base/hiviewdfx/hiview/base/
Dhiview_global.cpp84 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()
Devent.cpp98 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()
Devent_dispatcher.cpp60 if (!sp->GetListenerInfo(event.messageType_, listenerInfo)) { in DispatchEvent()
101 if (sp->GetListenerInfo(type, listenerInfo) && (!listenerInfo.empty())) { in RegisterListener()
Dplugin.cpp123 return context_->GetListenerInfo(type, name_, listenerInfo); in GetEventListenerInfo()
151 return context_->GetListenerInfo(type, name_, eventNames); in GetEventListenerInfo()
Devent_dispatch_queue.cpp79 auto listeners = context_->GetListenerInfo(event.messageType_, eventName, event.eventId_); in ProcessUnorderedEvent()
/base/hiviewdfx/hiview/base/include/
Dhiview_global.h42 …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);
Dplugin.h304 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
Devent.h293 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/
Devent_dispatch_queue_test.cpp105 …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/
Dhiview_platform.h72 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…
Dhiview_platform.cpp1066 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/
Dhiview_zh.md338 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/
Devent_dispatcher_test.cpp91 bool GetListenerInfo(uint32_t type, const std::string& name, in GetListenerInfo() function in OHOS::HiviewDFX::TestHiviewContext