Home
last modified time | relevance | path

Searched refs:GetDisPatcherInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/plugins/sys_dispatcher/
H A Dsys_dispatcher.cpp43 …auto dispatchList = GetHiviewContext()->GetDisPatcherInfo(sysEvent->eventType_, sysEvent->eventNam… in DispatchEvent()
/ohos5.0/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp169 ASSERT_TRUE(context.GetDisPatcherInfo(0, "", "", "").empty());
/ohos5.0/base/hiviewdfx/hiview/base/include/
H A Dplugin.h293 virtual std::vector<std::weak_ptr<Plugin>> GetDisPatcherInfo(uint32_t type, in GetDisPatcherInfo() function
/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h66 std::vector<std::weak_ptr<Plugin>> GetDisPatcherInfo(uint32_t type,
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp1071 std::vector<std::weak_ptr<Plugin>> HiviewPlatform::GetDisPatcherInfo(uint32_t type, in GetDisPatcherInfo() function in OHOS::HiviewDFX::HiviewPlatform