Home
last modified time | relevance | path

Searched defs:nwebId (Results 1 – 9 of 9) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dweb_download_manager.cpp32 WebDownloadDelegate *GetWebDownloadDelegate(int32_t nwebId) in GetWebDownloadDelegate()
48 int32_t nwebId = WebDownloadItem_NWebId(downloadItem); in DownloadBeforeStart() local
75 int32_t nwebId = WebDownloadItem_NWebId(downloadItem); in DownloadDidUpdate() local
142 void WebDownloadManager::AddDownloadDelegateForWeb(int32_t nwebId, WebDownloadDelegate *delegate) in AddDownloadDelegateForWeb()
Dwebview_javascript_result_callback.cpp72 WebviewJavaScriptResultCallBack* FromNwebID(int32_t nwebId) in FromNwebID()
170 napi_env env, int32_t nwebId, int32_t frameRoutingId, int32_t h5ObjectId, std::string funcName) in CreateFunctionForH5()
384 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseNwebValue2NapiValueHelper()
423 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseArrayNwebValue2NapiValue()
444 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseDictionaryNwebValue2NapiValue()
463 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseBinNwebValue2NapiValue()
511 WebviewJavaScriptResultCallBack::ObjectMap objectsMap, int32_t nwebId, int32_t frameId) in ParseNwebValue2NapiValue()
765 …ultCallBack::WebviewJavaScriptResultCallBack(std::weak_ptr<OHOS::NWeb::NWeb>& nweb, int32_t nwebId) in WebviewJavaScriptResultCallBack()
Dwebview_javascript_result_callback.h369 int32_t nwebId; member
379 int32_t nwebId = -1; member
Dweb_download_delegate.cpp248 void WebDownloadDelegate::SetNWebId(int32_t nwebId) in SetNWebId()
Dwebview_controller.cpp79 WebviewController::WebviewController(int32_t nwebId) : nweb_(NWebHelper::Instance().GetNWeb(nwebId)… in WebviewController()
93 void WebviewController::SetWebId(int32_t nwebId) in SetWebId()
118 WebviewController* WebviewController::FromID(int32_t nwebId) in FromID()
460 WebMessagePort::WebMessagePort(int32_t nwebId, std::string& port, bool isExtentionType) in WebMessagePort()
Dnapi_webview_controller.cpp1393 int32_t nwebId = webviewController->GetWebId(); in CreateWebMessagePorts() local
3807 int32_t nwebId = webviewController->GetWebId(); in SetDownloadDelegate() local
3834 int32_t nwebId = webviewController->GetWebId(); in StartDownload() local
/base/web/webview/ohos_adapter/res_sched_adapter/src/
Dres_sched_client_adapter_impl.cpp213 ResSchedStatusAdapter statusAdapter, pid_t pid, uint32_t windowId, int32_t nwebId) in ReportWindowStatus()
252 ResSchedStatusAdapter statusAdapter, ResSchedSceneAdapter sceneAdapter, int32_t nwebId) in ReportScene()
265 void ResSchedClientAdapter::ReportWindowId(int32_t windowId, int32_t nwebId) in ReportWindowId()
273 void ResSchedClientAdapter::ReportNWebInit(ResSchedStatusAdapter statusAdapter, int32_t nwebId) in ReportNWebInit()
/base/web/webview/interfaces/kits/napi/webasynccontroller/
Dnapi_web_async_controller.cpp172 int32_t nwebId = -1; in JS_NapiWebAsyncController() local
192 NapiWebAsyncController::NapiWebAsyncController(napi_env env, napi_value thisVar, int32_t nwebId) : … in NapiWebAsyncController()
/base/web/webview/ohos_nweb/src/
Dnweb_helper.cpp191 extern "C" void WebDownloader_StartDownload(int32_t nwebId, const char* url) in WebDownloader_StartDownload()