Searched refs:contentName (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/ |
H A D | declarative_frontend_ng.cpp | 106 const std::string& contentName) { in InitializeDelegate() argument 111 return jsEngine->LoadPageSource(content, errorCallback, contentName); in InitializeDelegate()
|
H A D | page_router_manager.h | 40 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 D | js_engine.h | 132 const std::string& contentName = "")
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ |
H A D | ui_content.h | 109 …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 D | jsi_declarative_engine.h | 298 const std::string& contentName = "") override;
|
H A D | jsi_declarative_engine.cpp | 1692 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 D | declarative_frontend.cpp | 539 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 D | ui_content_impl.h | 67 napi_value storage, const std::string& contentName) override;
|
H A D | ui_content_impl.cpp | 907 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()
|