Home
last modified time | relevance | path

Searched refs:CreateDownloadManagerFunc (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Ddownload_manager_ohos.cpp23 using CreateDownloadManagerFunc = DownloadManager* (*)(); typedef
36 …auto entry = reinterpret_cast<CreateDownloadManagerFunc>(dlsym(handle, CREATE_DOWNLOAD_MANAGER_FUN… in CreateDownloadManager()