Home
last modified time | relevance | path

Searched refs:PostSyncEventToTarget (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hiview/base/
H A Dhiview_global.cpp68 bool HiviewGlobal::PostSyncEventToTarget(const std::string &targetPlugin, std::shared_ptr<Event> event) in PostSyncEventToTarget() function in OHOS::HiviewDFX::HiviewGlobal
70 return context_.PostSyncEventToTarget(nullptr, targetPlugin, event); in PostSyncEventToTarget()
/base/hiviewdfx/hiview/base/include/
H A Dhiview_global.h39 bool PostSyncEventToTarget(const std::string& targetPlugin, std::shared_ptr<Event> event);
H A Dplugin.h207 virtual bool PostSyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& callee __UNUSED, in PostSyncEventToTarget() function in OHOS::HiviewDFX::HiviewContext
/base/hiviewdfx/hiview/core/test/unittest/common/
H A Dplugin_platform_test.cpp137 bool ret = platform.PostSyncEventToTarget(plugin, "DynamicLoadPluginExample", event); in HWTEST_F()
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dplugin_test.cpp146 // PostSyncEventToTarget in HWTEST_F()
147 ASSERT_TRUE(context.PostSyncEventToTarget(nullptr, "", nullptr)); in HWTEST_F()
/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h47 bool PostSyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName,
/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp668 bool HiviewPlatform::PostSyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName, in PostSyncEventToTarget() function in OHOS::HiviewDFX::HiviewPlatform

Completed in 6 milliseconds