Home
last modified time | relevance | path

Searched refs:GetNWebId (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_delegate.h46 int32_t GetNWebId() const;
H A Dweb_download_delegate.cpp283 int32_t WebDownloadDelegate::GetNWebId() const in GetNWebId() function in OHOS::NWeb::WebDownloadDelegate
H A Dwebview_javascript_result_callback.cpp965 …argv.push_back(ParseNwebValue2NapiValue(jsObj->GetEnv(), input, GetObjectMap(), GetNWebId(), routi… in GetJavaScriptResultSelf()
1098 …argv.push_back(ParseNwebValue2NapiValue(jsObj->GetEnv(), input, GetObjectMap(), GetNWebId(), routi… in ConstructArgv()
1270 inParam->nwebId = GetNWebId(); in PostGetJavaScriptResultToJsThread()
1795 if (bundle.nwebId != GetNWebId()) { in CallH5FunctionInternal()
H A Dwebview_javascript_result_callback.h490 int32_t GetNWebId() in GetNWebId() function
H A Dwebview_controller.cpp913 if (javaScriptResultCb_ && (javaScriptResultCb_->GetNWebId() == nwebId_)) { in SetNWebJavaScriptResultCallBack()
/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_javascript_result_callback.h156 int32_t GetNWebId() in GetNWebId() function
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp571 if (javaScriptResultCb_ && (javaScriptResultCb_->GetNWebId() == nwebId_)) { in SetNWebJavaScriptResultCallBack()