Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.h64 OSCL_IMPORT_REF virtual bool handleContentRangeUnmatch();
Dpvmf_protocol_engine_node_download_common.cpp163 OSCL_EXPORT_REF bool DownloadContainer::handleContentRangeUnmatch() in handleContentRangeUnmatch() function in DownloadContainer
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.h390 virtual bool handleContentRangeUnmatch() in handleContentRangeUnmatch() function
795 bool handleContentRangeUnmatch();
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp3087 if (!handleContentRangeUnmatch()) return false; in NeedHandleContentRangeUnmatch()
3093 bool ProtocolStateErrorHandler::handleContentRangeUnmatch() in handleContentRangeUnmatch() function in ProtocolStateErrorHandler
3095 return iNode->iProtocolContainer->handleContentRangeUnmatch(); in handleContentRangeUnmatch()