Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_ffi.h99 FFI_EXPORT int32_t FfiOHOSWebviewCtlSetDownloadDelegate(int64_t id, int64_t delegateId);
163 FFI_EXPORT void FfiOHOSWebDownloadManagerImplSetDownloadDelegate(int64_t delegateId);
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_ffi.cpp817 int32_t FfiOHOSWebviewCtlSetDownloadDelegate(int64_t id, int64_t delegateId) in FfiOHOSWebviewCtlSetDownloadDelegate() argument
820 auto delegate = FFIData::GetData<WebDownloadDelegateImpl>(delegateId); in FfiOHOSWebviewCtlSetDownloadDelegate()
1706 void FfiOHOSWebDownloadManagerImplSetDownloadDelegate(int64_t delegateId) in FfiOHOSWebDownloadManagerImplSetDownloadDelegate() argument
1708 auto nativeWebDownloadDelegateImpl = FFIData::GetData<WebDownloadDelegateImpl>(delegateId); in FfiOHOSWebDownloadManagerImplSetDownloadDelegate()

Completed in 4 milliseconds