Home
last modified time | relevance | path

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

/base/web/webview/ohos_nweb/include/
Dnweb_controller_handler.h27 virtual void SetNWebHandlerById(int32_t nwebId) = 0;
/base/web/webview/interfaces/kits/napi/webasynccontroller/
Dnapi_web_async_controller.cpp172 int32_t nwebId = -1; in JS_NapiWebAsyncController() local
173 napi_get_value_int32(env, result, &nwebId); in JS_NapiWebAsyncController()
175 …ncController *webAsyncController = new (std::nothrow) NapiWebAsyncController(env, thisVar, nwebId); in JS_NapiWebAsyncController()
192 …ller::NapiWebAsyncController(napi_env env, napi_value thisVar, int32_t nwebId) : nwebId_(nwebId) {} in NapiWebAsyncController() argument
Dnapi_web_async_controller.h29 NapiWebAsyncController(napi_env env, napi_value thisVar, int32_t nwebId);
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_controller.h63 explicit WebviewController(int32_t nwebId);
68 void SetWebId(int32_t nwebId);
201 WebMessagePort(int32_t nwebId, std::string& port);
Dwebview_controller.cpp39 WebviewController::WebviewController(int32_t nwebId) : nweb_(NWebHelper::Instance().GetNWeb(nwebId)… in WebviewController() argument
41 void WebviewController::SetWebId(int32_t nwebId) in SetWebId() argument
43 nweb_ = NWebHelper::Instance().GetNWeb(nwebId); in SetWebId()
324 WebMessagePort::WebMessagePort(int32_t nwebId, std::string& port) in WebMessagePort() argument
325 : nweb_(NWebHelper::Instance().GetNWeb(nwebId)), portHandle_(port) in WebMessagePort()
Dnapi_webview_controller.cpp527 int32_t nwebId = webviewController->GetWebId(); in CreateWebMessagePorts() local
540 NAPI_CALL(env, napi_create_int32(env, nwebId, &consParam[i][INTEGER_ZERO])); in CreateWebMessagePorts()