Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.h106 void PreloadTheme(int32_t themeId, RefPtr<ResourceThemeStyle> theme);
H A Dresource_adapter_impl_v2.cpp236 PreloadTheme(themeId, theme); in GetTheme()
240 void ResourceAdapterImplV2::PreloadTheme(int32_t themeId, RefPtr<ResourceThemeStyle> theme) in PreloadTheme() function in OHOS::Ace::ResourceAdapterImplV2