Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_adapter_impl_v2.cpp55 // PRELOAD_LIST contain themes that should be preloaded asynchronously
56 const char* PRELOAD_LIST[] = { member
246 // post an asynchronous task to preload themes in PRELOAD_LIST in PreloadTheme()
253 for (size_t i = 0; i < sizeof(PRELOAD_LIST) / sizeof(PRELOAD_LIST[0]); ++i) { in PreloadTheme()
254 std::string patternName = PRELOAD_LIST[i]; in PreloadTheme()

Completed in 3 milliseconds