Searched refs:SetpkgContextInfoList (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.h | 176 …void SetpkgContextInfoList(const std::map<std::string, std::vector<std::vector<std::string>>>& map) in SetpkgContextInfoList() function 513 …void SetpkgContextInfoList(const std::map<std::string, std::vector<std::vector<std::string>>>& map… in SetpkgContextInfoList() function
|
H A D | jsi_declarative_engine.cpp | 443 arkRuntime->SetpkgContextInfoList(pkgContextInfoMap_); in InitJsEnv() 1212 engineInstance_->SetpkgContextInfoList(pkgContextInfoMap_); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | ark_js_runtime.h | 197 …void SetpkgContextInfoList(const std::map<std::string, std::vector<std::vector<std::string>>>& map) in SetpkgContextInfoList() function
|
H A D | ark_js_runtime.cpp | 87 JSNApi::SetpkgContextInfoList(vm_, pkgContextInfoMap_); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | declarative_frontend.h | 108 …void SetpkgContextInfoList(const std::map<std::string, std::vector<std::vector<std::string>>>& map) in SetpkgContextInfoList() function
|
H A D | declarative_frontend.cpp | 211 jsEngine->SetpkgContextInfoList(pkgContextInfoMap); in Initialize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | js_engine.h | 327 …virtual void SetpkgContextInfoList(const std::map<std::string, std::vector<std::vector<std::string… in SetpkgContextInfoList() function
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_container.cpp | 192 declarativeFrontend->SetpkgContextInfoList(PkgContextInfo_->GetPkgContextInfoMap()); in InitializeFrontend() 210 cardFrontend->SetpkgContextInfoList(PkgContextInfo_->GetPkgContextInfoMap()); in InitializeFrontend()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_runtime_lite.cpp | 203 panda::JSNApi::SetpkgContextInfoList(vm, pkgContextInfoMap); in Init()
|
H A D | js_runtime.cpp | 755 panda::JSNApi::SetpkgContextInfoList(vm, pkgContextInfoMap); in Initialize() 1654 panda::JSNApi::SetpkgContextInfoList(vm, pkgContextInfoMap); in UpdatePkgContextInfoJson()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | simulator.cpp | 740 panda::JSNApi::SetpkgContextInfoList(vm_, pkgContextInfoMap); in OnInit()
|