Home
last modified time | relevance | path

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

/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()
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()
95 reinterpret_cast<const void*>(&hapPathMap)); in ReloadCard()
68 PreloadCard(NativeEngine& runtime, const std::string& bundleName, const std::map<std::string, std::string>& hapPathMap) PreloadCard() argument
91 ReloadCard(NativeEngine& runtime, const std::string &bundleName, const std::map<std::string, std::string>& hapPathMap) ReloadCard() argument
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
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_module_preloader.cpp31 const void* hapPathMap) in OHOS_ACE_PreloadAceModuleCard()
34 auto hapPathMapPtr = reinterpret_cast<const std::map<std::string, std::string>*>(hapPathMap); in OHOS_ACE_PreloadAceModuleCard()
42 const void* hapPathMap) in OHOS_ACE_ReloadAceModuleCard()
45 auto hapPathMapPtr = reinterpret_cast<const std::map<std::string, std::string>*>(hapPathMap); in OHOS_ACE_ReloadAceModuleCard()
59 std::unordered_set<std::string>& formModuleList, const std::map<std::string, std::string>* hapPathMap) in CreateFormModuleList()
61 if (ReadFormModuleList(bundleName, formModuleList, hapPathMap, false)) { in CreateFormModuleList()
71 std::unordered_set<std::string>& formModuleList, const std::map<std::string, std::string>* hapPathMap) in GetNewFormModuleList()
81 return ReadFormModuleList(bundleName, formModuleList, hapPathMap, true); in GetNewFormModuleList()
85 formModuleList, const std::map<std::string, std::string>* hapPathMap, bool isReloadCondition) in ReadFormModuleList()
87 if (hapPathMap in ReadFormModuleList()
30 OHOS_ACE_PreloadAceModuleCard(void* runtime, const char* bundleName, const void* hapPathMap) OHOS_ACE_PreloadAceModuleCard() argument
41 OHOS_ACE_ReloadAceModuleCard(void* runtime, const char* bundleName, const void* hapPathMap) OHOS_ACE_ReloadAceModuleCard() argument
58 CreateFormModuleList(const std::string& bundleName, std::unordered_set<std::string>& formModuleList, const std::map<std::string, std::string>* hapPathMap) CreateFormModuleList() argument
70 GetNewFormModuleList(const std::string& bundleName, std::unordered_set<std::string>& formModuleList, const std::map<std::string, std::string>* hapPathMap) GetNewFormModuleList() argument
84 ReadFormModuleList(const std::string& bundleName, std::unordered_set<std::string>& formModuleList, const std::map<std::string, std::string>* hapPathMap, bool isReloadCondition) ReadFormModuleList() argument
[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);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_data_mgr.cpp2865 std::map<std::string, std::pair<std::string, std::string>> hapPathMap; in UpdateRouterInfo() local
2874 hapPathMap[it->second.moduleName] = std::make_pair(it->second.hapPath, routerJsonPath); in UpdateRouterInfo()
2878 for (auto hapIter = hapPathMap.begin(); hapIter != hapPathMap.end(); hapIter++) { in UpdateRouterInfo()

Completed in 16 milliseconds