Home
last modified time | relevance | path

Searched refs:PostSyncEventToTarget (Results 1 – 9 of 9) sorted by relevance

/base/hiviewdfx/hiview/base/
Dhiview_global.cpp68 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()
Dlibhiviewbase.map45 …"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/
Dhiview_global.h39 bool PostSyncEventToTarget(const std::string& targetPlugin, std::shared_ptr<Event> event);
Dplugin.h205 …virtual bool PostSyncEventToTarget(std::shared_ptr<Plugin> caller __UNUSED, const std::string& cal… in PostSyncEventToTarget() function
/base/hiviewdfx/hiview/core/test/unittest/common/
Dplugin_platform_test.cpp137 bool ret = platform.PostSyncEventToTarget(plugin, "DynamicLoadPluginExample", event);
/base/hiviewdfx/hiview/plugins/sysevent_source/
Dplatform_monitor.cpp273 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/
Dplugin_test.cpp151 ASSERT_TRUE(context.PostSyncEventToTarget(nullptr, "", nullptr));
/base/hiviewdfx/hiview/core/include/
Dhiview_platform.h50 bool PostSyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName,
/base/hiviewdfx/hiview/core/
Dhiview_platform.cpp614 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()