Home
last modified time | relevance | path

Searched refs:PostAsyncEventToTarget (Results 1 - 6 of 6) sorted by relevance

/base/hiviewdfx/hiview/base/
H A Dhiview_global.cpp63 void HiviewGlobal::PostAsyncEventToTarget(const std::string &targetPlugin, std::shared_ptr<Event> event) in PostAsyncEventToTarget() function in OHOS::HiviewDFX::HiviewGlobal
65 context_.PostAsyncEventToTarget(nullptr, targetPlugin, event); in PostAsyncEventToTarget()
/base/hiviewdfx/hiview/base/include/
H A Dhiview_global.h38 void PostAsyncEventToTarget(const std::string& targetPlugin, std::shared_ptr<Event> event);
H A Dplugin.h214 virtual void PostAsyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& callee __UNUSED, in PostAsyncEventToTarget() function in OHOS::HiviewDFX::HiviewContext
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp128 // PostAsyncEventToTarget in HWTEST_F()
129 context.PostAsyncEventToTarget(nullptr, "", nullptr); in HWTEST_F()
/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h49 void PostAsyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName,
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp695 void HiviewPlatform::PostAsyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName, in PostAsyncEventToTarget() function in OHOS::HiviewDFX::HiviewPlatform

Completed in 5 milliseconds