Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/
H A Devent_dispatch_queue.cpp36 auto listeners = context_->GetListenerInfo(event.messageType_, event.eventName_, event.domain_); in ProcessUnorderedEvent()
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp167 ASSERT_TRUE(context.GetListenerInfo(0, "", "").empty());
/ohos5.0/base/hiviewdfx/hiview/
H A Dhiview_zh.md338 bool GetListenerInfo(uint32_t type, std::set<std::string> &eventNames);
339 bool GetListenerInfo(uint32_t type, std::set<EventListener::EventIdRange> &listenerInfo);
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin.h283 virtual std::vector<std::weak_ptr<EventListener>> GetListenerInfo(uint32_t type, in GetListenerInfo() function
/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h71 std::vector<std::weak_ptr<EventListener>> GetListenerInfo(uint32_t type,
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp1058 std::vector<std::weak_ptr<EventListener>> HiviewPlatform::GetListenerInfo(uint32_t type, in GetListenerInfo() function in OHOS::HiviewDFX::HiviewPlatform