/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | web_download_manager.cpp | 32 WebDownloadDelegate *GetWebDownloadDelegate(int32_t nwebId) in GetWebDownloadDelegate() 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() 155 void WebDownloadManager::RemoveDownloadDelegateRef(int32_t nwebId) in RemoveDownloadDelegateRef()
|
H A D | web_download_item.h | 60 int32_t nwebId; variable
|
H A D | native_media_player_impl.cpp | 25 NWebNativeMediaPlayerBridgeImpl::NWebNativeMediaPlayerBridgeImpl(int32_t nwebId, napi_env env, napi… in NWebNativeMediaPlayerBridgeImpl() 171 int32_t nwebId, std::shared_ptr<NWebNativeMediaPlayerHandler> handler) in NapiNativeMediaPlayerHandlerImpl() 309 int32_t nwebId, napi_env env, napi_ref callback) in NWebCreateNativeMediaPlayerCallbackImpl()
|
H A D | webview_javascript_result_callback.cpp | 87 WebviewJavaScriptResultCallBack* FromNwebID(int32_t nwebId) in FromNwebID() 185 napi_env env, int32_t nwebId, int32_t frameRoutingId, int32_t h5ObjectId, std::string funcName) in CreateFunctionForH5() 399 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseNwebValue2NapiValueHelper() 438 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseArrayNwebValue2NapiValue() 459 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseDictionaryNwebValue2NapiValue() 478 WebviewJavaScriptResultCallBack::ObjectMap& objectsMap, int32_t nwebId, int32_t frameId) in ParseBinNwebValue2NapiValue() 526 WebviewJavaScriptResultCallBack::ObjectMap objectsMap, int32_t nwebId, int32_t frameId) in ParseNwebValue2NapiValue() 838 WebviewJavaScriptResultCallBack::WebviewJavaScriptResultCallBack(int32_t nwebId) in WebviewJavaScriptResultCallBack()
|
H A D | webview_javascript_result_callback.h | 406 int32_t nwebId; member 416 int32_t nwebId = -1; member
|
H A D | web_download_delegate.cpp | 288 void WebDownloadDelegate::SetNWebId(int32_t nwebId) in SetNWebId()
|
H A D | webview_controller.cpp | 98 WebviewController::WebviewController(int32_t nwebId) : nwebId_(nwebId) in WebviewController() 117 void WebviewController::SetWebId(int32_t nwebId) in SetWebId() 143 WebviewController* WebviewController::FromID(int32_t nwebId) in FromID() 509 WebMessagePort::WebMessagePort(int32_t nwebId, std::string& port, bool isExtentionType) in WebMessagePort()
|
H A D | napi_webview_controller.cpp | 1883 int32_t nwebId = webviewController->GetWebId(); in CreateWebMessagePorts() local 5185 int32_t nwebId = webviewController->GetWebId(); in SetDownloadDelegate() local 5212 int32_t nwebId = webviewController->GetWebId(); in StartDownload() local
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_res_sched_client_adapter_wrapper.cpp | 29 ResSchedStatusAdapter statusAdapter, pid_t pid, uint32_t windowId, int32_t nwebId) in ReportWindowStatus() 35 ResSchedStatusAdapter statusAdapter, ResSchedSceneAdapter sceneAdapter, int32_t nwebId) in ReportScene() 45 void ResSchedClientAdapter::ReportWindowId(int32_t windowId, int32_t nwebId) in ReportWindowId()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_res_sched_client_adapter_impl.cpp | 29 …entAdapter::ReportWindowStatus(int32_t statusAdapter, pid_t pid, uint32_t windowId, int32_t nwebId) in ReportWindowStatus() 35 … ArkResSchedClientAdapter::ReportScene(int32_t statusAdapter, int32_t sceneAdapter, int32_t nwebId) in ReportScene() 46 void ArkResSchedClientAdapter::ReportWindowId(int32_t windowId, int32_t nwebId) in ReportWindowId()
|
/ohos5.0/base/web/webview/ohos_adapter/res_sched_adapter/src/ |
H A D | res_sched_client_adapter_impl.cpp | 192 bool IsSameSourceWebSiteActive(ResSchedStatusAdapter statusAdapter, pid_t pid, int32_t nwebId) in IsSameSourceWebSiteActive() 210 pid_t pid, uint32_t windowId, int32_t nwebId, bool isSiteManage) in ReportStatusData() 324 int32_t nwebId = g_nwebId; in ReportProcessInUse() local 348 ResSchedStatusAdapter statusAdapter, pid_t pid, uint32_t windowId, int32_t nwebId) in ReportWindowStatus() 379 ResSchedStatusAdapter statusAdapter, ResSchedSceneAdapter sceneAdapter, int32_t nwebId) in ReportScene() 392 void ResSchedClientAdapter::ReportWindowId(int32_t windowId, int32_t nwebId) in ReportWindowId() 400 void ResSchedClientAdapter::ReportNWebInit(ResSchedStatusAdapter statusAdapter, int32_t nwebId) in ReportNWebInit()
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_nweb/hisysevent_fuzzer/ |
H A D | hisysevent_fuzzer.cpp | 31 int32_t nwebId; in HiSysEventFuzzTest() local
|
/ohos5.0/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
|
/ohos5.0/base/web/webview/ohos_nweb/src/ |
H A D | nweb_hisysevent.cpp | 62 int EventReport::ReportCreateWebInstanceTime(uint32_t nwebId, int64_t usedTime) in ReportCreateWebInstanceTime()
|
H A D | nweb_helper.cpp | 178 extern "C" void WebDownloader_StartDownload(int32_t nwebId, const char* url) in WebDownloader_StartDownload() 260 extern "C" NWebDownloadItemState WebDownload_GetItemState(int32_t nwebId, long downloadItemId) in WebDownload_GetItemState()
|
/ohos5.0/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) : … in NapiWebAsyncController()
|
/ohos5.0/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 34 WebviewControllerImpl::WebviewControllerImpl(int32_t nwebId) : nwebId_(nwebId) in WebviewControllerImpl() 47 void WebviewControllerImpl::SetWebId(int32_t nwebId) in SetWebId()
|
H A D | webview_javascript_result_callback.cpp | 49 WebviewJavaScriptResultCallBackImpl::WebviewJavaScriptResultCallBackImpl(int32_t nwebId) : nwebId_(… in WebviewJavaScriptResultCallBackImpl()
|