Home
last modified time | relevance | path

Searched refs:nwebId_ (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp49 nwebId_ = nwebId; in SetWebId()
73 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in GetWebId()
82 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in LoadUrl()
91 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in LoadUrl()
101 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in LoadData()
113 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in Refresh()
121 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in GetUserAgent()
135 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in AccessForward()
145 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in AccessBackward()
154 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in SetCustomUserAgent()
[all …]
H A Dwebview_javascript_result_callback.cpp49 WebviewJavaScriptResultCallBackImpl::WebviewJavaScriptResultCallBackImpl(int32_t nwebId) : nwebId_(… in WebviewJavaScriptResultCallBackImpl()
58 g_webviewJsResultCallbackMap.erase(nwebId_); in ~WebviewJavaScriptResultCallBackImpl()
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp114 g_webview_controller_map.erase(nwebId_); in ~WebviewController()
119 nwebId_ = nwebId; in SetWebId()
128 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in SetWebId()
173 auto currentControl = FromID(nwebId_); in InnerCompleteWindowNew()
210 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in AccessForward()
222 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in AccessBackward()
232 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in AccessStep()
241 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in ClearHistory()
249 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in Forward()
257 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in Backward()
[all …]
H A Dnative_media_player_impl.cpp26 : nwebId_(nwebId), env_(env), value_(value) in NWebNativeMediaPlayerBridgeImpl()
31 WVLOG_D("begin to update rect,nweb id is %{public}d", nwebId_); in UpdateRect()
47 WVLOG_D("begin to play,nweb id is %{public}d", nwebId_); in Play()
57 WVLOG_D("begin to pause,nweb id is %{public}d", nwebId_); in Pause()
119 WVLOG_D("begin to release,nweb id is %{public}d", nwebId_); in Release()
172 : nwebId_(nwebId), handler_(handler) in NapiNativeMediaPlayerHandlerImpl()
238 WVLOG_D("begin to handle end,nweb id is %{public}d", nwebId_); in HandleEnded()
292 WVLOG_D("begin to handle error,nweb id is %{public}d", nwebId_); in HandleError()
310 : nwebId_(nwebId), env_(env), callback_(callback) in NWebCreateNativeMediaPlayerCallbackImpl()
324 WVLOG_E("callback is null,nweb id is %{public}d", nwebId_); in OnCreate()
[all …]
H A Dnative_media_player_impl.h54 int32_t nwebId_ = -1;
95 int32_t nwebId_ = -1;
125 int32_t nwebId_ = -1;
H A Dweb_download_delegate.h56 int32_t nwebId_ = -1;
H A Dweb_download_delegate.cpp285 return nwebId_; in GetNWebId()
290 nwebId_ = nwebId; in SetNWebId()
H A Dwebview_javascript_result_callback.h492 return nwebId_; in GetNWebId()
523 int32_t nwebId_ = -1; variable
H A Dwebview_controller.h423 int32_t nwebId_ = -1; variable
450 int32_t nwebId_ = -1;
H A Dwebview_javascript_result_callback.cpp839 : nwebId_(nwebId) in WebviewJavaScriptResultCallBack()
848 g_webviewJsResultCallbackMap.erase(nwebId_); in ~WebviewJavaScriptResultCallBack()
1799 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in CallH5FunctionInternal()
/ohos5.0/base/web/webview/interfaces/kits/napi/webasynccontroller/
H A Dnapi_web_async_controller.cpp192 …ller::NapiWebAsyncController(napi_env env, napi_value thisVar, int32_t nwebId) : nwebId_(nwebId) {} in NapiWebAsyncController()
197 std::shared_ptr<NWeb> nweb = NWebHelper::Instance().GetNWeb(nwebId_); in StoreWebArchiveCallback()
249 std::shared_ptr<NWeb> nweb = NWebHelper::Instance().GetNWeb(nwebId_); in StoreWebArchivePromise()
H A Dnapi_web_async_controller.h46 int32_t nwebId_ { -1 };
/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_javascript_result_callback.h158 return nwebId_; in GetNWebId()
181 int32_t nwebId_ = -1; variable
H A Dwebview_controller_impl.h168 int32_t nwebId_ = -1; variable