Searched refs:themePath (Results 1 – 2 of 2) sorted by relevance
301 std::string ThemeResource::GetThemeResBundleName(const std::string &themePath) in GetThemeResBundleName() argument303 auto pos = themePath.rfind('/'); in GetThemeResBundleName()305 RESMGR_HILOGE(RESMGR_TAG, "invalid themePath = %{public}s", themePath.c_str()); in GetThemeResBundleName()308 std::string bundleName = themePath.substr(pos + 1); in GetThemeResBundleName()
137 std::string GetThemeResBundleName(const std::string &themePath);