Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp1024 PVInterface* aDownloadSourceInterface = NULL; in addSource() local
1026 if (pvInterface->queryInterface(downloadHTTPDataUuid, aDownloadSourceInterface)) in addSource()
1028 …taSourceHTTP* aInterface = OSCL_STATIC_CAST(PVMFDownloadDataSourceHTTP*, aDownloadSourceInterface); in addSource()
1034 if (pvInterface->queryInterface(downloadPVXDataUuid, aDownloadSourceInterface)) in addSource()
1036 …DataSourcePVX* aInterface = OSCL_STATIC_CAST(PVMFDownloadDataSourcePVX*, aDownloadSourceInterface); in addSource()
1047 if (sourceDataContext->queryInterface(dlHTTPContextUuid, aDownloadSourceInterface)) in addSource()
1049 …dHTTP* aInterface = OSCL_STATIC_CAST(PVMFSourceContextDataDownloadHTTP*, aDownloadSourceInterface); in addSource()
1055 if (sourceDataContext->queryInterface(dlPVXContextUuid, aDownloadSourceInterface)) in addSource()
1057 …oadPVX* aInterface = OSCL_STATIC_CAST(PVMFSourceContextDataDownloadPVX*, aDownloadSourceInterface); in addSource()