Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp28 ThemeResource *ThemeResource::themeRes = nullptr; member in OHOS::Global::Resource::ThemeResource
31 themeRes = this; in ThemeResource()
293 themeRes->ParseJson(std::get<FIRST_ELEMENT>(bundleInfo), std::get<SECOND_ELEMENT>(bundleInfo), path); in LoadThemeResource()
295 themeRes->ParseIcon(std::get<FIRST_ELEMENT>(bundleInfo), std::get<SECOND_ELEMENT>(bundleInfo), path); in LoadThemeResource()
348 themeRes->iconValues_.emplace_back(std::make_pair(themeKey, path)); in LoadThemeIconResource()
355 themeRes->iconValues_.emplace_back(std::make_pair(themeKey, path)); in LoadThemeIconResource()
362 themeRes->iconValues_.emplace_back(std::make_pair(themeKey, path)); in LoadThemeIconResource()
368 themeRes->iconValues_.emplace_back(std::make_pair(themeKey, path)); in LoadThemeIconResource()
/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h174 static ThemeResource *themeRes; member in OHOS::Global::Resource::ThemeResource

Completed in 2 milliseconds