Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Ddeclarative_module_preloader.cpp52 void InitAceModuleCard(void* runtime, const char* bundleName, const void* hapPathMap) in InitAceModuleCard() argument
65 entry(runtime, bundleName, hapPathMap); in InitAceModuleCard()
69 const std::map<std::string, std::string>& hapPathMap) in PreloadCard() argument
72 reinterpret_cast<const void*>(&hapPathMap)); in PreloadCard()
75 void ReloadAceModuleCard(void* runtime, const char* bundleName, const void* hapPathMap) in ReloadAceModuleCard() argument
88 entry(runtime, bundleName, hapPathMap); in ReloadAceModuleCard()
92 const std::map<std::string, std::string>& hapPathMap) in ReloadCard() argument
95 reinterpret_cast<const void*>(&hapPathMap)); in ReloadCard()
H A Ddeclarative_module_preloader.h35 const std::map<std::string, std::string>& hapPathMap);
37 const std::map<std::string, std::string>& hapPathMap); // For card upgrade condition
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_module_preloader.cpp36 const void* hapPathMap) in OHOS_ACE_PreloadAceModuleCard() argument
39 auto hapPathMapPtr = reinterpret_cast<const std::map<std::string, std::string>*>(hapPathMap); in OHOS_ACE_PreloadAceModuleCard()
47 const void* hapPathMap) in OHOS_ACE_ReloadAceModuleCard() argument
50 auto hapPathMapPtr = reinterpret_cast<const std::map<std::string, std::string>*>(hapPathMap); in OHOS_ACE_ReloadAceModuleCard()
64 …::unordered_set<std::string>& formModuleList, const std::map<std::string, std::string>* hapPathMap) in CreateFormModuleList() argument
66 if (ReadFormModuleList(bundleName, formModuleList, hapPathMap, false)) { in CreateFormModuleList()
86 return ReadFormModuleList(bundleName, formModuleList, hapPathMap, true); in GetNewFormModuleList()
90 formModuleList, const std::map<std::string, std::string>* hapPathMap, bool isReloadCondition) in ReadFormModuleList() argument
92 if (hapPathMap == nullptr) { in ReadFormModuleList()
97 bundleName.c_str(), hapPathMap->size()); in ReadFormModuleList()
[all …]
H A Dform_module_preloader.h34 const std::map<std::string, std::string>* hapPathMap);
42 const std::map<std::string, std::string>* hapPathMap);
49 const std::map<std::string, std::string>* hapPathMap, bool isReloadCondition);