Home
last modified time | relevance | path

Searched refs:themePath_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h149 return themePath_; in GetThemePath()
162 std::string themePath_; variable
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_manager.cpp229 std::string bundleName = pThemeResource->GetThemeResBundleName(pThemeResource->themePath_); in GetThemeResourceList()
H A Dtheme_pack_resource.cpp29 ThemeResource::ThemeResource(std::string path) : themePath_(path) in ThemeResource()