Home
last modified time | relevance | path

Searched refs:contentName (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Ddeclarative_frontend_ng.cpp106 const std::string& contentName) { in InitializeDelegate() argument
111 return jsEngine->LoadPageSource(content, errorCallback, contentName); in InitializeDelegate()
H A Dpage_router_manager.h40 const std::function<void(const std::string&, int32_t)>&, const std::string& contentName)>;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h132 const std::string& contentName = "")
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h109 …std::shared_ptr<std::vector<uint8_t>>& content, napi_value storage, const std::string& contentName) in Initialize() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_engine.h298 const std::string& contentName = "") override;
H A Djsi_declarative_engine.cpp1692 const std::string& contentName) in LoadPageSource() argument
1701 if (!arkRuntime->EvaluateJsCode(content->data(), content->size(), contentName)) { in LoadPageSource()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.cpp539 const std::string& contentName) { in Initialize() argument
544 return jsEngine->LoadPageSource(content, errorCallback, contentName); in Initialize()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h67 napi_value storage, const std::string& contentName) override;
H A Dui_content_impl.cpp907 std::string contentName = ""; in Initialize() local
908 return Initialize(window, content, storage, contentName); in Initialize()
912 …std::shared_ptr<std::vector<uint8_t>>& content, napi_value storage, const std::string& contentName) in Initialize() argument
921 errorCode = Platform::AceContainer::RunPage(instanceId_, content, contentName); in Initialize()