Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.h255 class DownloadControlInterface; variable
534 DownloadControlInterface *iDownloadControl;
1112 class DownloadControlInterface
1137 virtual ~DownloadControlInterface() in ~DownloadControlInterface()
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.h151 class pvDownloadControl : public DownloadControlInterface
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.h445 DownloadControlInterface *iDownloadControl;
Dpvmf_protocol_engine_node.cpp2745 …iDownloadControl = (DownloadControlInterface*)iProtocolContainer->getObject(NodeObjectType_Down… in GetObjects()