Searched refs:formModuleList (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | form_module_preloader.cpp | 38 std::unordered_set<std::string> formModuleList; in OHOS_ACE_PreloadAceModuleCard() local 43 Framework::JsiDeclarativeEngineInstance::PreloadAceModuleCard(runtime, formModuleList); in OHOS_ACE_PreloadAceModuleCard() 49 std::unordered_set<std::string> formModuleList; in OHOS_ACE_ReloadAceModuleCard() local 52 if (ret && formModuleList.empty()) { in OHOS_ACE_ReloadAceModuleCard() 59 Framework::JsiDeclarativeEngineInstance::ReloadAceModuleCard(runtime, formModuleList); in OHOS_ACE_ReloadAceModuleCard() 66 if (ReadFormModuleList(bundleName, formModuleList, hapPathMap, false)) { in CreateFormModuleList() 68 gFormModuleMap_.emplace(bundleName, formModuleList); in CreateFormModuleList() 86 return ReadFormModuleList(bundleName, formModuleList, hapPathMap, true); in GetNewFormModuleList() 127 std::unordered_set<std::string>& formModuleList, bool isReloadCondition) in ParseComponentCollectionJson() argument 151 formModuleList.emplace(componentName); in ParseComponentCollectionJson() [all …]
|
H A D | form_module_preloader.h | 33 …reateFormModuleList(const std::string& bundleName, std::unordered_set<std::string>& formModuleList, 41 …etNewFormModuleList(const std::string& bundleName, std::unordered_set<std::string>& formModuleList, 48 … ReadFormModuleList(const std::string& bundleName, std::unordered_set<std::string>& formModuleList, 56 std::unordered_set<std::string>& formModuleList, bool isReloadCondition);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_register.h | 30 …JsRegisterFormViews(BindingTarget globalObj, const std::unordered_set<std::string>& formModuleList,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register.h | 26 void JsBindFormViews(BindingTarget globalObj, const std::unordered_set<std::string>& formModuleList,
|
H A D | jsi_declarative_engine.h | 206 …ic void PreloadAceModuleCard(void* runtime, const std::unordered_set<std::string>& formModuleList); 207 …tic void ReloadAceModuleCard(void* runtime, const std::unordered_set<std::string>& formModuleList);
|
H A D | jsi_view_register_impl.cpp | 1068 …BindingTarget globalObj, const std::unordered_set<std::string>& formModuleList, void* nativeEngine… in JsBindFormViews() argument 1104 if (!formModuleList.empty()) { in JsBindFormViews() 1105 for (const std::string& module : formModuleList) { in JsBindFormViews()
|
H A D | jsi_declarative_engine.cpp | 2725 void* runtime, const std::unordered_set<std::string>& formModuleList) in PreloadAceModuleCard() argument 2756 JsRegisterFormViews(JSNApi::GetGlobalObject(vm), formModuleList, false, runtime); in PreloadAceModuleCard() 2803 void* runtime, const std::unordered_set<std::string>& formModuleList) in ReloadAceModuleCard() argument 2818 JsRegisterFormViews(JSNApi::GetGlobalObject(vm), formModuleList, true); in ReloadAceModuleCard()
|
H A D | jsi_view_register.cpp | 1301 …BindingTarget globalObj, const std::unordered_set<std::string>& formModuleList, bool isReload, voi… in JsRegisterFormViews() argument 1308 JsBindFormViews(globalObj, formModuleList, nativeEngine, isReload); in JsRegisterFormViews() 1370 JsBindFormViews(globalObj, formModuleList, nativeEngine); in JsRegisterFormViews()
|