Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h180 std::string SearchPluginBundle(const std::string& name) const;
/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp290 std::string HiviewPlatform::SearchPluginBundle(const std::string& name) const in SearchPluginBundle() function in OHOS::HiviewDFX::HiviewPlatform
311 std::string bundlePath = SearchPluginBundle(bundleName); in LoadPluginBundle()