Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/
Devent_processor_example4.cpp67 GetHiviewContext()->PostUnorderedEvent(shared_from_this(), event); in OnEvent()
80 …GetHiviewContext()->PostUnorderedEvent(shared_from_this(), Event::Repack<Event, Event>(event, fals… in OnEvent()
/base/hiviewdfx/hiview/base/
Dhiview_global.cpp73 void HiviewGlobal::PostUnorderedEvent(std::shared_ptr<Event> event) in PostUnorderedEvent() function in OHOS::HiviewDFX::HiviewGlobal
75 context_.PostUnorderedEvent(nullptr, event); in PostUnorderedEvent()
Dlibhiviewbase.map99 … "OHOS::HiviewDFX::HiviewGlobal::PostUnorderedEvent(std::__h::shared_ptr<OHOS::HiviewDFX::Event>)";
190 … "OHOS::HiviewDFX::HiviewGlobal::PostUnorderedEvent(std::__1::shared_ptr<OHOS::HiviewDFX::Event>)";
/base/hiviewdfx/hiview/plugins/sys_dispatcher/
Dsys_dispatcher.cpp33 this->GetHiviewContext()->PostUnorderedEvent(shared_from_this(), event); in OnLoad()
/base/hiviewdfx/hiview/base/include/
Dhiview_global.h40 void PostUnorderedEvent(std::shared_ptr<Event> event);
Dplugin.h199 …virtual void PostUnorderedEvent(std::shared_ptr<Plugin> plugin __UNUSED, std::shared_ptr<Event> ev… in PostUnorderedEvent() function
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example1/
Devent_processor_example1.cpp81 GetHiviewContext()->PostUnorderedEvent(shared_from_this(), event); in HandleEvent()
/base/hiviewdfx/hiview/core/test/unittest/common/
Dplugin_platform_test.cpp144 platform.PostUnorderedEvent(plugin, unloadEvent);
/base/hiviewdfx/hiview/base/test/unittest/common/
Dplugin_test.cpp120 context.PostUnorderedEvent(nullptr, nullptr);
/base/hiviewdfx/hiview/test/unittest/common/
Dholistic_platform_test.cpp308 platform_.PostUnorderedEvent(nullptr, event1);
319 platform_.PostUnorderedEvent(nullptr, event2);
/base/hiviewdfx/hiview/core/include/
Dhiview_platform.h48 void PostUnorderedEvent(std::shared_ptr<Plugin> plugin, std::shared_ptr<Event> event) override;
/base/hiviewdfx/hiview/
Dhiview_zh.md366 void PostUnorderedEvent(std::shared_ptr<Plugin> plugin, std::shared_ptr<Event> event);
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp487 PostUnorderedEvent(nullptr, event); in NotifyPluginReady()
580 void HiviewPlatform::PostUnorderedEvent(std::shared_ptr<Plugin> plugin, std::shared_ptr<Event> even… in PostUnorderedEvent() function in OHOS::HiviewDFX::HiviewPlatform