Home
last modified time | relevance | path

Searched refs:GetWebId (Results 1 – 6 of 6) sorted by relevance

/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h92 int32_t GetWebId() const;
Dnapi_webview_controller.h80 static napi_value GetWebId(napi_env env, napi_callback_info info);
Dwebview_controller.cpp153 int32_t WebviewController::GetWebId() const in GetWebId() function in OHOS::NWeb::WebviewController
158 webId = static_cast<int32_t>(nweb_ptr->GetWebId()); in GetWebId()
Dnapi_webview_controller.cpp59 DECLARE_NAPI_FUNCTION("getWebId", NapiWebviewController::GetWebId), in Init()
527 int32_t nwebId = webviewController->GetWebId(); in CreateWebMessagePorts()
975 napi_value NapiWebviewController::GetWebId(napi_env env, napi_callback_info info) in GetWebId() function in OHOS::NWeb::NapiWebviewController
988 int32_t webId = webviewController->GetWebId(); in GetWebId()
1792 webId = webviewController->GetWebId(); in InnerGetWebId()
/base/web/webview/test/unittest/common/
Dnweb_create_window.h150 unsigned int GetWebId() const override in GetWebId() function
/base/web/webview/ohos_nweb/include/
Dnweb.h275 virtual unsigned int GetWebId() const = 0;