Home
last modified time | relevance | path

Searched refs:ScheduleCreateAndInitPlugin (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h161 void ScheduleCreateAndInitPlugin(const PluginConfig::PluginInfo& pluginInfo);
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp232 auto task = std::bind(&HiviewPlatform::ScheduleCreateAndInitPlugin, this, pluginInfo); in LoadBusinessPlugin()
587 void HiviewPlatform::ScheduleCreateAndInitPlugin(const PluginConfig::PluginInfo& pluginInfo) in ScheduleCreateAndInitPlugin() function in OHOS::HiviewDFX::HiviewPlatform