Searched refs:PostSyncEventToTarget (Results 1 – 9 of 9) sorted by relevance
| /base/hiviewdfx/hiview/base/ |
| D | hiview_global.cpp | 68 bool HiviewGlobal::PostSyncEventToTarget(const std::string &targetPlugin, std::shared_ptr<Event> ev… in PostSyncEventToTarget() function in OHOS::HiviewDFX::HiviewGlobal 70 return context_.PostSyncEventToTarget(nullptr, targetPlugin, event); in PostSyncEventToTarget()
|
| D | libhiviewbase.map | 45 …"OHOS::HiviewDFX::HiviewGlobal::PostSyncEventToTarget(std::__h::basic_string<char, std::__h::char_… 165 …"OHOS::HiviewDFX::HiviewGlobal::PostSyncEventToTarget(std::__1::basic_string<char, std::__1::char_…
|
| /base/hiviewdfx/hiview/base/include/ |
| D | hiview_global.h | 39 bool PostSyncEventToTarget(const std::string& targetPlugin, std::shared_ptr<Event> event);
|
| D | plugin.h | 205 …virtual bool PostSyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& cal… in PostSyncEventToTarget() function
|
| /base/hiviewdfx/hiview/core/test/unittest/common/ |
| D | plugin_platform_test.cpp | 137 bool ret = platform.PostSyncEventToTarget(plugin, "DynamicLoadPluginExample", event);
|
| /base/hiviewdfx/hiview/plugins/sysevent_source/ |
| D | platform_monitor.cpp | 273 HiviewGlobal::GetInstance()->PostSyncEventToTarget(EVENT_SERVICE_PLUGIN, sysEvent); in ReportCycleProfile() 371 HiviewGlobal::GetInstance()->PostSyncEventToTarget(EVENT_SERVICE_PLUGIN, sysEvent); in ReportBreakProfile() 382 HiviewGlobal::GetInstance()->PostSyncEventToTarget(EVENT_SERVICE_PLUGIN, sysEvent); in ReportRecoverProfile()
|
| /base/hiviewdfx/hiview/base/test/unittest/common/ |
| D | plugin_test.cpp | 151 ASSERT_TRUE(context.PostSyncEventToTarget(nullptr, "", nullptr));
|
| /base/hiviewdfx/hiview/core/include/ |
| D | hiview_platform.h | 50 bool PostSyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName,
|
| /base/hiviewdfx/hiview/core/ |
| D | hiview_platform.cpp | 614 bool HiviewPlatform::PostSyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calle… in PostSyncEventToTarget() function in OHOS::HiviewDFX::HiviewPlatform 855 if (PostSyncEventToTarget(caller, DISTRIBUTED_COMMUNICATOR_PLUGIN, event)) { in PostEventToRemote()
|