Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_module_preloader.h33 static bool CreateFormModuleList(const std::string& bundleName, std::unordered_set<std::string>& formModuleList,
H A Dform_module_preloader.cpp35 if (!FormModulePreloader::CreateFormModuleList(std::string(bundleName), formModuleList, hapPathMapPtr)) { in OHOS_ACE_PreloadAceModuleCard()
36 TAG_LOGW(AceLogTag::ACE_FORM, "CreateFormModuleList failed, will load all modules later."); in OHOS_ACE_PreloadAceModuleCard()
58 bool FormModulePreloader::CreateFormModuleList(const std::string& bundleName, in CreateFormModuleList() function in OHOS::Ace::FormModulePreloader

Completed in 2 milliseconds