Home
last modified time | relevance | path

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

/base/web/webview/ohos_nweb/src/
H A Dnweb_helper.cpp114 NWebCApi* g_nwebCApi = nullptr; member
126 if (g_nwebCApi) { in LoadNWebSDK()
137 g_nwebCApi = nwebCApi; in LoadNWebSDK()
145 if (!g_nwebCApi->impl_WebDownloadManager_PutDownloadCallback) { in WebDownloadManager_PutDownloadCallback()
149 g_nwebCApi->impl_WebDownloadManager_PutDownloadCallback(callback); in WebDownloadManager_PutDownloadCallback()
154 if (!g_nwebCApi->impl_WebDownloader_SetDownloadBeforeStart) { in WebDownloader_SetDownloadBeforeStart()
158 g_nwebCApi->impl_WebDownloader_SetDownloadBeforeStart(callback, fun); in WebDownloader_SetDownloadBeforeStart()
163 if (!g_nwebCApi->impl_WebDownloader_SetDownloadDidUpdate) { in WebDownloader_SetDownloadDidUpdate()
167 g_nwebCApi->impl_WebDownloader_SetDownloadDidUpdate(callback, fun); in WebDownloader_SetDownloadDidUpdate()
172 if (!g_nwebCApi in WebDownloader_ResumeDownloadStatic()
[all...]

Completed in 2 milliseconds