Searched refs:PostAsyncEventToTarget (Results 1 – 6 of 6) 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() function in OHOS::HiviewDFX::HiviewGlobal 65 context_.PostAsyncEventToTarget(nullptr, targetPlugin, event); in PostAsyncEventToTarget()
|
/base/hiviewdfx/hiview/base/include/ |
D | hiview_global.h | 38 void PostAsyncEventToTarget(const std::string& targetPlugin, std::shared_ptr<Event> event);
|
D | plugin.h | 212 …virtual void PostAsyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& ca… in PostAsyncEventToTarget() function
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
D | plugin_test.cpp | 125 context.PostAsyncEventToTarget(nullptr, "", nullptr);
|
/base/hiviewdfx/hiview/core/include/ |
D | hiview_platform.h | 52 void PostAsyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName,
|
/base/hiviewdfx/hiview/core/ |
D | hiview_platform.cpp | 641 void HiviewPlatform::PostAsyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& call… in PostAsyncEventToTarget() function in OHOS::HiviewDFX::HiviewPlatform
|