Searched refs:PostSyncEventToTarget (Results 1 - 7 of 7) sorted by relevance
/base/hiviewdfx/hiview/base/ |
H A D | hiview_global.cpp | 68 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 D | hiview_global.h | 39 bool PostSyncEventToTarget(const std::string& targetPlugin, std::shared_ptr<Event> event);
|
H A D | plugin.h | 207 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 D | plugin_platform_test.cpp | 137 bool ret = platform.PostSyncEventToTarget(plugin, "DynamicLoadPluginExample", event);
in HWTEST_F()
|
/base/hiviewdfx/hiview/base/test/unittest/common/ |
H A D | plugin_test.cpp | 146 // PostSyncEventToTarget
in HWTEST_F() 147 ASSERT_TRUE(context.PostSyncEventToTarget(nullptr, "", nullptr));
in HWTEST_F()
|
/base/hiviewdfx/hiview/core/include/ |
H A D | hiview_platform.h | 47 bool PostSyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName,
|
/base/hiviewdfx/hiview/core/ |
H A D | hiview_platform.cpp | 668 bool HiviewPlatform::PostSyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName,
in PostSyncEventToTarget() function in OHOS::HiviewDFX::HiviewPlatform
|
Completed in 6 milliseconds