/base/web/webview/test/fuzztest/ohos_nweb/hisysevent_fuzzer/ |
H A D | hisysevent_fuzzer.cpp | 31 int32_t nwebId; in HiSysEventFuzzTest() local
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | web_download_delegate_impl.cpp | 109 void WebDownloadDelegateImpl::SetNWebId(int32_t nwebId) in SetNWebId() argument
|
H A D | web_download_manager_impl.cpp | 34 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 D | webview_javascript_result_callback.cpp | 49 WebviewJavaScriptResultCallBackImpl::WebviewJavaScriptResultCallBackImpl(int32_t nwebId) : nwebId_(nwebId) in WebviewJavaScriptResultCallBackImpl() argument
|
H A D | webview_controller_impl.cpp | 42 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 D | webview_ffi.cpp | 829 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 D | resschedadapter_fuzz.cpp | 40 int32_t nwebId = static_cast<int32_t>(size);
in ResSchedAdapterFuzzTest() local
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_res_sched_client_adapter_impl.cpp | 29 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 D | nweb_hisysevent.cpp | 62 int EventReport::ReportCreateWebInstanceTime(uint32_t nwebId, int64_t usedTime) in ReportCreateWebInstanceTime() argument
|
H A D | nweb_helper.cpp | 179 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 D | web_download_delegate.cpp | 281 void WebDownloadDelegate::SetNWebId(int32_t nwebId) in SetNWebId() argument
|
H A D | web_download_manager.cpp | 32 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 D | web_download_item.h | 60 int32_t nwebId; member in OHOS::NWeb::WebDownloadItem
|
H A D | native_media_player_impl.cpp | 25 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 D | webview_javascript_result_callback.h | 406 int32_t nwebId; member 416 int32_t nwebId = -1; member
|
H A D | webview_javascript_result_callback.cpp | 87 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 D | webview_controller.cpp | 98 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 D | napi_webview_controller.cpp | 1885 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 D | web_download_item_impl.h | 57 int32_t nwebId; member in OHOS::Webview::WebDownloadItemImpl
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_res_sched_client_adapter_wrapper.cpp | 45 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 D | napi_web_async_controller.cpp | 172 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 D | res_sched_client_adapter_impl.cpp | 199 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...] |