Searched refs:urlName (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_engine.cpp | 1551 std::string urlName = url.substr(0, pos) + bin_ext; in LoadJs() local 1555 LoadJsWithModule(urlName); in LoadJs() 1559 LoadPluginJsWithModule(urlName); in LoadJs() 1580 if (!ExecuteAbc(urlName)) { in LoadJs() 1592 LOGW("GetAssetContent \"%{public}s\" failed.", urlName.c_str()); in LoadJs() 1595 if (!arkRuntime->ExecuteModuleBuffer(content.data(), content.size(), urlName)) { in LoadJs() 1596 LOGW("EvaluateJsCode \"%{public}s\" failed.", urlName.c_str()); in LoadJs() 1600 ExecuteAbc(urlName); in LoadJs() 1613 void JsiDeclarativeEngine::LoadPluginJsWithModule(std::string& urlName) in LoadPluginJsWithModule() argument 1617 auto pluginUrlName = OHMURL_START_TAG + pluginBundleName_ + "/" + pluginModuleName_ + "/ets/" + urlName; in LoadPluginJsWithModule() 1627 LoadJsWithModule( std::string& urlName, const std::function<void(const std::string&, int32_t)>& errorCallback) LoadJsWithModule() argument 1664 std::optional<std::string> urlName; LoadPageSource() local [all...] |
H A D | jsi_declarative_engine.h | 289 std::string& urlName, const std::function<void(const std::string&, int32_t)>& errorCallback = nullptr); 291 void LoadPluginJsWithModule(std::string& urlName);
|
/foundation/arkui/ace_engine/adapter/ohos/capability/html/ |
H A D | span_to_html.cpp | 411 std::string urlName; in ImageToHtml() local 412 int ret = WriteLocalFile(pixelMap, *options.image, urlName); in ImageToHtml() 415 std::string imgHtml = "<img src=\"" + urlName + "\" "; in ImageToHtml()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/engine/jsi/ |
H A D | jsi_pa_engine.cpp | 446 std::string urlName = url.substr(0, pos) + bin_ext; in LoadJs() local 447 LOGI("GetAssetContent: %{public}s", urlName.c_str()); in LoadJs() 449 if (jsBackendAssetManager_ == nullptr || !jsBackendAssetManager_->GetAssetContent(urlName, content)) { in LoadJs() 450 LOGE("GetAssetContent \"%{public}s\" failed.", urlName.c_str()); in LoadJs() 453 std::string abcPath = jsBackendAssetManager_->GetAssetPath(urlName).append(urlName); in LoadJs() 456 LOGE("LoadScript \"%{public}s\" failed.", urlName.c_str()); in LoadJs()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 3332 std::string urlName = url.substr(0, pos) + bin_ext; 3358 if (!ExecuteAbc(urlName)) {
|
Completed in 15 milliseconds