Home
last modified time | relevance | path

Searched refs:nwebId_ (Results 1 - 16 of 16) sorted by relevance

/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp43 : nwebId_(nwebId), portHandle_(port), isExtentionType_(isExtentionType) in WebMessagePortImpl()
48 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in ClosePort()
60 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in PostPortMessage()
76 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in SetPortMessageCallback()
130 WebviewControllerImpl::WebviewControllerImpl(int32_t nwebId) : nwebId_(nwebId) in WebviewControllerImpl()
140 return NWeb::NWebHelper::Instance().GetNWeb(nwebId_) ? true : false; in IsInit()
145 nwebId_ = nwebId; in SetWebId()
157 NWeb::NWebHelper::Instance().SetWebTag(nwebId_, webTag_.c_str()); in SetWebId()
169 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in GetWebId()
178 auto nweb_ptr = NWeb::NWebHelper::Instance().GetNWeb(nwebId_); in LoadUrl()
[all...]
H A Dweb_download_delegate_impl.cpp106 return nwebId_; in GetNWebId()
111 nwebId_ = nwebId; in SetNWebId()
H A Dwebview_javascript_result_callback.cpp49 WebviewJavaScriptResultCallBackImpl::WebviewJavaScriptResultCallBackImpl(int32_t nwebId) : nwebId_(nwebId) in WebviewJavaScriptResultCallBackImpl()
58 g_webviewJsResultCallbackMap.erase(nwebId_); in ~WebviewJavaScriptResultCallBackImpl()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.cpp98 WebviewController::WebviewController(int32_t nwebId) : nwebId_(nwebId) in WebviewController()
114 g_webview_controller_map.erase(nwebId_); in ~WebviewController()
119 nwebId_ = nwebId; in SetWebId()
128 auto nweb_ptr = NWebHelper::Instance().GetNWeb(nwebId_); in SetWebId()
131 NWebHelper::Instance().SetWebTag(nwebId_, webTag_.c_str()); in SetWebId()
173 auto currentControl = FromID(nwebId_); in InnerCompleteWindowNew()
204 return NWebHelper::Instance().GetNWeb(nwebId_) ? true : false; in IsInit()
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()
[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()
67 WVLOG_D("begin to seek,nweb id is %{public}d,time is %{public}f", nwebId_, time); in Seek()
80 WVLOG_D("begin to set volume,nweb id is %{public}d,volume is %{public}f", nwebId_, volume); in SetVolume()
93 WVLOG_D("begin to set muted,nweb id is %{public}d,muted flag is %{public}d", nwebId_, isMuted); in SetMuted()
106 WVLOG_D("begin to set playback rate,nweb id is %{public}d,playback rate is %{public}f", nwebId_, playbackRate); in SetPlaybackRate()
119 WVLOG_D("begin to release,nweb id is %{public}d", nwebId_); in Release()
129 WVLOG_D("begin to enter full screen,nweb id is %{public}d", nwebId_); in EnterFullScreen()
[all...]
H A Dnative_media_player_impl.h54 int32_t nwebId_ = -1; member in OHOS::NWeb::NWebNativeMediaPlayerBridgeImpl
95 int32_t nwebId_ = -1; member in OHOS::NWeb::NapiNativeMediaPlayerHandlerImpl
125 int32_t nwebId_ = -1; member in OHOS::NWeb::NWebCreateNativeMediaPlayerCallbackImpl
H A Dweb_download_delegate.h56 int32_t nwebId_ = -1; member in OHOS::NWeb::WebDownloadDelegate
H A Dweb_download_delegate.cpp278 return nwebId_; in GetNWebId()
283 nwebId_ = nwebId; in SetNWebId()
H A Dwebview_controller.h424 int32_t nwebId_ = -1; member in OHOS::NWeb::ResourceType::CoreSecurityLevel::WebviewController
451 int32_t nwebId_ = -1; member in OHOS::NWeb::ResourceType::CoreSecurityLevel::WebMessagePort
H A Dwebview_javascript_result_callback.h492 return nwebId_; in GetNWebId()
523 int32_t nwebId_ = -1; member in OHOS::NWeb::JavaScriptOb::WebviewJavaScriptResultCallBack::NapiJsCallBackParmFlag
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()
/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_delegate_impl.h44 int32_t nwebId_ = -1; member in OHOS::Webview::WebDownloadDelegateImpl
H A Dwebview_javascript_result_callback.h160 return nwebId_; in GetNWebId()
183 int32_t nwebId_ = -1; member in OHOS::Webview::JavaScriptOb::WebviewJavaScriptResultCallBackImpl
H A Dwebview_controller_impl.h230 int32_t nwebId_ = -1; member in OHOS::Webview::CoreSecurityLevel::WebviewControllerImpl
272 int32_t nwebId_ = -1; member in OHOS::Webview::CoreSecurityLevel::WebMessagePortImpl
/base/web/webview/interfaces/kits/napi/webasynccontroller/
H A Dnapi_web_async_controller.h46 int32_t nwebId_ { -1 };
H A Dnapi_web_async_controller.cpp192 NapiWebAsyncController::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()

Completed in 13 milliseconds