Searched refs:PostUnorderedEvent (Results 1 – 13 of 13) sorted by relevance
/base/hiviewdfx/hiview/test/plugins/examples/event_processor_example4/ |
D | event_processor_example4.cpp | 67 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/ |
D | hiview_global.cpp | 73 void HiviewGlobal::PostUnorderedEvent(std::shared_ptr<Event> event) in PostUnorderedEvent() function in OHOS::HiviewDFX::HiviewGlobal 75 context_.PostUnorderedEvent(nullptr, event); in PostUnorderedEvent()
|
D | libhiviewbase.map | 99 … "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/ |
D | sys_dispatcher.cpp | 33 this->GetHiviewContext()->PostUnorderedEvent(shared_from_this(), event); in OnLoad()
|
/base/hiviewdfx/hiview/base/include/ |
D | hiview_global.h | 40 void PostUnorderedEvent(std::shared_ptr<Event> event);
|
D | plugin.h | 199 …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/ |
D | event_processor_example1.cpp | 81 GetHiviewContext()->PostUnorderedEvent(shared_from_this(), event); in HandleEvent()
|
/base/hiviewdfx/hiview/core/test/unittest/common/ |
D | plugin_platform_test.cpp | 144 platform.PostUnorderedEvent(plugin, unloadEvent);
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
D | plugin_test.cpp | 120 context.PostUnorderedEvent(nullptr, nullptr);
|
/base/hiviewdfx/hiview/test/unittest/common/ |
D | holistic_platform_test.cpp | 308 platform_.PostUnorderedEvent(nullptr, event1); 319 platform_.PostUnorderedEvent(nullptr, event2);
|
/base/hiviewdfx/hiview/core/include/ |
D | hiview_platform.h | 48 void PostUnorderedEvent(std::shared_ptr<Plugin> plugin, std::shared_ptr<Event> event) override;
|
/base/hiviewdfx/hiview/ |
D | hiview_zh.md | 366 void PostUnorderedEvent(std::shared_ptr<Plugin> plugin, std::shared_ptr<Event> event);
|
/base/hiviewdfx/hiview/core/ |
D | hiview_platform.cpp | 487 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
|