Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_module_preloader.cpp39 auto hapPathMapPtr = reinterpret_cast<const std::map<std::string, std::string>*>(hapPathMap); in OHOS_ACE_PreloadAceModuleCard() local
40 …ormModulePreloader::CreateFormModuleList(std::string(bundleName), formModuleList, hapPathMapPtr)) { in OHOS_ACE_PreloadAceModuleCard()
50 auto hapPathMapPtr = reinterpret_cast<const std::map<std::string, std::string>*>(hapPathMap); in OHOS_ACE_ReloadAceModuleCard() local
51 … FormModulePreloader::GetNewFormModuleList(std::string(bundleName), formModuleList, hapPathMapPtr); in OHOS_ACE_ReloadAceModuleCard()