Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/
Dhiview_global.cpp63 void HiviewGlobal::PostAsyncEventToTarget(const std::string &targetPlugin, std::shared_ptr<Event> e… in PostAsyncEventToTarget() argument
65 context_.PostAsyncEventToTarget(nullptr, targetPlugin, event); in PostAsyncEventToTarget()
68 bool HiviewGlobal::PostSyncEventToTarget(const std::string &targetPlugin, std::shared_ptr<Event> ev… in PostSyncEventToTarget() argument
70 return context_.PostSyncEventToTarget(nullptr, targetPlugin, event); in PostSyncEventToTarget()
/base/hiviewdfx/hiview/base/include/
Dhiview_global.h38 void PostAsyncEventToTarget(const std::string& targetPlugin, std::shared_ptr<Event> event);
39 bool PostSyncEventToTarget(const std::string& targetPlugin, std::shared_ptr<Event> event);
Dplugin.h217 const std::string& targetPlugin __UNUSED, std::shared_ptr<Event> event __UNUSED) in PostEventToRemote()
/base/hiviewdfx/hiview/core/include/
Dhiview_platform.h64 const std::string& targetPlugin, std::shared_ptr<Event> event) override;
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp848 … const std::string& targetPlugin, std::shared_ptr<Event> event) in PostEventToRemote() argument
853 event->SetValue("targetPlugin", targetPlugin); in PostEventToRemote()