Home
last modified time | relevance | path

Searched refs:calleeName (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h47 bool PostSyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName,
49 void PostAsyncEventToTarget(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() argument
675 auto it = pluginMap_.find(calleeName); in PostSyncEventToTarget()
695 void HiviewPlatform::PostAsyncEventToTarget(std::shared_ptr<Plugin> caller, const std::string& calleeName, in PostAsyncEventToTarget() argument
702 auto it = pluginMap_.find(calleeName); in PostAsyncEventToTarget()
718 HIVIEW_LOGI("Post async event to %{public}s successfully", calleeName.c_str()); in PostAsyncEventToTarget()

Completed in 3 milliseconds