Home
last modified time | relevance | path

Searched defs:nwebId (Results 1 - 22 of 22) sorted by relevance

/base/web/webview/test/fuzztest/ohos_nweb/hisysevent_fuzzer/
H A Dhisysevent_fuzzer.cpp31 int32_t nwebId; in HiSysEventFuzzTest() local
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_download_delegate_impl.cpp109 void WebDownloadDelegateImpl::SetNWebId(int32_t nwebId) in SetNWebId() argument
H A Dweb_download_manager_impl.cpp34 WebDownloadDelegateImpl *GetWebDownloadDelegate(int32_t nwebId) in GetWebDownloadDelegate() argument
50 int32_t nwebId = WebDownloadItem_NWebId(downloadItem); in DownloadBeforeStart() local
77 int32_t nwebId = WebDownloadItem_NWebId(downloadItem); in DownloadDidUpdate() local
147 void WebDownloadManagerImpl::AddDownloadDelegateForWeb(int32_t nwebId, WebDownloadDelegateImpl *delegate) in AddDownloadDelegateForWeb() argument
H A Dwebview_javascript_result_callback.cpp49 WebviewJavaScriptResultCallBackImpl::WebviewJavaScriptResultCallBackImpl(int32_t nwebId) : nwebId_(nwebId) in WebviewJavaScriptResultCallBackImpl() argument
H A Dwebview_controller_impl.cpp42 WebMessagePortImpl::WebMessagePortImpl(int32_t nwebId, std::string port, bool isExtentionType) in WebMessagePortImpl() argument
130 WebviewControllerImpl::WebviewControllerImpl(int32_t nwebId) : nwebId_(nwebId) in WebviewControllerImpl() argument
143 void WebviewControllerImpl::SetWebId(int32_t nwebId) in SetWebId() argument
H A Dwebview_ffi.cpp829 int32_t nwebId = nativeWebviewCtl->GetWebId(); in FfiOHOSWebviewCtlSetDownloadDelegate() local
857 int32_t nwebId = nativeWebviewCtl->GetWebId(); in FfiOHOSWebviewCtlStartDownload() local
872 int32_t nwebId = nativeWebviewCtl->GetWebId(); in FfiOHOSWebviewCtlCreateWebMessagePorts() local
/base/web/webview/test/fuzztest/ohos_adapter/resschedadapter_fuzzer/
H A Dresschedadapter_fuzz.cpp40 int32_t nwebId = static_cast<int32_t>(size); in ResSchedAdapterFuzzTest() local
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_res_sched_client_adapter_impl.cpp29 bool ArkResSchedClientAdapter::ReportWindowStatus(int32_t statusAdapter, pid_t pid, uint32_t windowId, int32_t nwebId) in ReportWindowStatus() argument
35 bool ArkResSchedClientAdapter::ReportScene(int32_t statusAdapter, int32_t sceneAdapter, int32_t nwebId) in ReportScene() argument
46 void ArkResSchedClientAdapter::ReportWindowId(int32_t windowId, int32_t nwebId) in ReportWindowId() argument
/base/web/webview/ohos_nweb/src/
H A Dnweb_hisysevent.cpp62 int EventReport::ReportCreateWebInstanceTime(uint32_t nwebId, int64_t usedTime) in ReportCreateWebInstanceTime() argument
H A Dnweb_helper.cpp179 extern "C" void WebDownloader_StartDownload(int32_t nwebId, const char* url) in WebDownloader_StartDownload() argument
261 extern "C" NWebDownloadItemState WebDownload_GetItemState(int32_t nwebId, long downloadItemId) in WebDownload_GetItemState() argument
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dweb_download_delegate.cpp281 void WebDownloadDelegate::SetNWebId(int32_t nwebId) in SetNWebId() argument
H A Dweb_download_manager.cpp32 WebDownloadDelegate *GetWebDownloadDelegate(int32_t nwebId) in GetWebDownloadDelegate() argument
48 int32_t nwebId = WebDownloadItem_NWebId(downloadItem); in DownloadBeforeStart() local
75 int32_t nwebId = WebDownloadItem_NWebId(downloadItem); in DownloadDidUpdate() local
147 void WebDownloadManager::AddDownloadDelegateForWeb(int32_t nwebId, WebDownloadDelegate *delegate) in AddDownloadDelegateForWeb() argument
155 void WebDownloadManager::RemoveDownloadDelegateRef(int32_t nwebId) in RemoveDownloadDelegateRef() argument
[all...]
H A Dweb_download_item.h60 int32_t nwebId; member in OHOS::NWeb::WebDownloadItem
H A Dnative_media_player_impl.cpp25 NWebNativeMediaPlayerBridgeImpl::NWebNativeMediaPlayerBridgeImpl(int32_t nwebId, napi_env env, napi_value value) in NWebNativeMediaPlayerBridgeImpl() argument
170 NapiNativeMediaPlayerHandlerImpl( int32_t nwebId, std::shared_ptr<NWebNativeMediaPlayerHandler> handler) NapiNativeMediaPlayerHandlerImpl() argument
308 NWebCreateNativeMediaPlayerCallbackImpl( int32_t nwebId, napi_env env, napi_ref callback) NWebCreateNativeMediaPlayerCallbackImpl() argument
H A Dwebview_javascript_result_callback.h406 int32_t nwebId; member
416 int32_t nwebId = -1; member
H A Dwebview_javascript_result_callback.cpp87 WebviewJavaScriptResultCallBack* FromNwebID(int32_t nwebId) in FromNwebID() argument
184 CreateFunctionForH5( napi_env env, int32_t nwebId, int32_t frameRoutingId, int32_t h5ObjectId, std::string funcName) CreateFunctionForH5() argument
398 ParseNwebValue2NapiValueHelper(napi_env env, std::shared_ptr<NWebValue> value, WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) ParseNwebValue2NapiValueHelper() argument
437 ParseArrayNwebValue2NapiValue(napi_env env, const std::shared_ptr<NWebValue>& value, WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) ParseArrayNwebValue2NapiValue() argument
458 ParseDictionaryNwebValue2NapiValue(napi_env env, const std::shared_ptr<NWebValue>& value, WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) ParseDictionaryNwebValue2NapiValue() argument
477 ParseBinNwebValue2NapiValue(napi_env env, const std::shared_ptr<NWebValue>& value, WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) ParseBinNwebValue2NapiValue() argument
525 ParseNwebValue2NapiValue(napi_env env, std::shared_ptr<NWebValue> value, WebviewJavaScriptResultCallBack::ObjectMap objectsMap, int32_t nwebId, int32_t frameId) ParseNwebValue2NapiValue() argument
838 WebviewJavaScriptResultCallBack(int32_t nwebId) WebviewJavaScriptResultCallBack() argument
[all...]
H A Dwebview_controller.cpp98 WebviewController::WebviewController(int32_t nwebId) : nwebId_(nwebId) in WebviewController() argument
117 void WebviewController::SetWebId(int32_t nwebId) in SetWebId() argument
143 WebviewController* WebviewController::FromID(int32_t nwebId) in FromID() argument
509 WebMessagePort::WebMessagePort(int32_t nwebId, std::string& port, bool isExtentionType) in WebMessagePort() argument
[all...]
H A Dnapi_webview_controller.cpp1885 int32_t nwebId = webviewController->GetWebId(); in CreateWebMessagePorts() local
4788 int32_t nwebId = webviewController->GetWebId(); in SetDownloadDelegate() local
4815 int32_t nwebId = webviewController->GetWebId(); in StartDownload() local
/base/web/webview/interfaces/kits/cj/include/
H A Dweb_download_item_impl.h57 int32_t nwebId; member in OHOS::Webview::WebDownloadItemImpl
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_res_sched_client_adapter_wrapper.cpp45 void ResSchedClientAdapter::ReportWindowId(int32_t windowId, int32_t nwebId) in ReportWindowId() argument
28 ReportWindowStatus( ResSchedStatusAdapter statusAdapter, pid_t pid, uint32_t windowId, int32_t nwebId) ReportWindowStatus() argument
34 ReportScene( ResSchedStatusAdapter statusAdapter, ResSchedSceneAdapter sceneAdapter, int32_t nwebId) ReportScene() argument
/base/web/webview/interfaces/kits/napi/webasynccontroller/
H A Dnapi_web_async_controller.cpp172 int32_t nwebId = -1; in JS_NapiWebAsyncController() local
192 NapiWebAsyncController::NapiWebAsyncController(napi_env env, napi_value thisVar, int32_t nwebId) : nwebId_(nwebId) {} in NapiWebAsyncController() argument
/base/web/webview/ohos_adapter/res_sched_adapter/src/
H A Dres_sched_client_adapter_impl.cpp199 bool IsSameSourceWebSiteActive(ResSchedStatusAdapter statusAdapter, pid_t pid, int32_t nwebId) in IsSameSourceWebSiteActive() argument
216 ReportStatusData(ResSchedStatusAdapter statusAdapter, pid_t pid, uint32_t windowId, int32_t nwebId, bool isSiteManage) ReportStatusData() argument
330 int32_t nwebId = g_nwebId; ReportProcessInUse() local
353 ReportWindowStatus( ResSchedStatusAdapter statusAdapter, pid_t pid, uint32_t windowId, int32_t nwebId) ReportWindowStatus() argument
380 ReportScene( ResSchedStatusAdapter statusAdapter, ResSchedSceneAdapter sceneAdapter, int32_t nwebId) ReportScene() argument
394 ReportWindowId(int32_t windowId, int32_t nwebId) ReportWindowId() argument
402 ReportNWebInit(ResSchedStatusAdapter statusAdapter, int32_t nwebId) ReportNWebInit() argument
[all...]

Completed in 29 milliseconds