Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_module_preloader.cpp66 if (ReadFormModuleList(bundleName, formModuleList, hapPathMap, false)) { in CreateFormModuleList()
86 return ReadFormModuleList(bundleName, formModuleList, hapPathMap, true); in GetNewFormModuleList()
89 bool FormModulePreloader::ReadFormModuleList(const std::string& bundleName, std::unordered_set<std:… in ReadFormModuleList() function in OHOS::Ace::FormModulePreloader
H A Dform_module_preloader.h48 …static bool ReadFormModuleList(const std::string& bundleName, std::unordered_set<std::string>& for…