Home
last modified time | relevance | path

Searched defs:formModuleList (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dform_module_preloader.cpp33 std::unordered_set<std::string> formModuleList; in OHOS_ACE_PreloadAceModuleCard() local
44 std::unordered_set<std::string> formModuleList; in OHOS_ACE_ReloadAceModuleCard() local
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
120 ParseComponentCollectionJson( const std::string& bundleName, const std::string& content, std::unordered_set<std::string>& formModuleList, bool isReloadCondition) ParseComponentCollectionJson() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register_impl.cpp1040 JsBindFormViews( BindingTarget globalObj, const std::unordered_set<std::string>& formModuleList, void* nativeEngine, bool isReload) JsBindFormViews() argument
H A Djsi_view_register.cpp1289 JsRegisterFormViews( BindingTarget globalObj, const std::unordered_set<std::string>& formModuleList, bool isReload, void* nativeEngine) JsRegisterFormViews() argument
H A Djsi_declarative_engine.cpp2758 JsRegisterFormViews(JSNApi::GetGlobalObject(vm), formModuleList, false, runtime); in PreloadAceModuleCard() local
2820 JsRegisterFormViews(JSNApi::GetGlobalObject(vm), formModuleList, true); in ReloadAceModuleCard() local
2726 PreloadAceModuleCard( void* runtime, const std::unordered_set<std::string>& formModuleList) PreloadAceModuleCard() argument
2804 ReloadAceModuleCard( void* runtime, const std::unordered_set<std::string>& formModuleList) ReloadAceModuleCard() argument

Completed in 10 milliseconds