Searched refs:nwebId (Results 1 – 6 of 6) sorted by relevance
/base/web/webview/ohos_nweb/include/ |
D | nweb_controller_handler.h | 27 virtual void SetNWebHandlerById(int32_t nwebId) = 0;
|
/base/web/webview/interfaces/kits/napi/webasynccontroller/ |
D | napi_web_async_controller.cpp | 172 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
|
D | napi_web_async_controller.h | 29 NapiWebAsyncController(napi_env env, napi_value thisVar, int32_t nwebId);
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
D | webview_controller.h | 63 explicit WebviewController(int32_t nwebId); 68 void SetWebId(int32_t nwebId); 201 WebMessagePort(int32_t nwebId, std::string& port);
|
D | webview_controller.cpp | 39 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()
|
D | napi_webview_controller.cpp | 527 int32_t nwebId = webviewController->GetWebId(); in CreateWebMessagePorts() local 540 NAPI_CALL(env, napi_create_int32(env, nwebId, &consParam[i][INTEGER_ZERO])); in CreateWebMessagePorts()
|