Searched refs:targetPlugin (Results 1 – 5 of 5) sorted by relevance
/base/hiviewdfx/hiview/base/ |
D | hiview_global.cpp | 63 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/ |
D | hiview_global.h | 38 void PostAsyncEventToTarget(const std::string& targetPlugin, std::shared_ptr<Event> event); 39 bool PostSyncEventToTarget(const std::string& targetPlugin, std::shared_ptr<Event> event);
|
D | plugin.h | 217 const std::string& targetPlugin __UNUSED, std::shared_ptr<Event> event __UNUSED) in PostEventToRemote()
|
/base/hiviewdfx/hiview/core/include/ |
D | hiview_platform.h | 64 const std::string& targetPlugin, std::shared_ptr<Event> event) override;
|
/base/hiviewdfx/hiview/core/ |
D | hiview_platform.cpp | 848 … const std::string& targetPlugin, std::shared_ptr<Event> event) in PostEventToRemote() argument 853 event->SetValue("targetPlugin", targetPlugin); in PostEventToRemote()
|