Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.h214 bool getContentType(OSCL_String &aContentType) in getContentType() argument
216 return iParser->getContentType(aContentType); in getContentType()
564 bool getContentType(OSCL_String &aContentType) in getContentType() argument
566 return iCurrState->getContentType(aContentType); in getContentType()
Dpvmf_protocol_engine_common.cpp421 OSCL_EXPORT_REF bool HttpParsingBasicObject::getContentType(OSCL_String &aContentType) in getContentType() argument
429aContentType = OSCL_HeapString<OsclMemAllocator> (aContentTypeValue.c_str(), aContentTypeValue.len… in getContentType()
Dpvmf_protocol_engine_internal.h660 OSCL_IMPORT_REF bool getContentType(OSCL_String &aContentType);
/external/opencore/protocols/http_parcom/src/
Dhttp_parser.cpp310 bool HTTPContentInfoInternal::parseContentType(const StrPtrLen &aContentType) in parseContentType() argument
314 char *ptr = (char *)aContentType.c_str(); in parseContentType()
315 uint32 len = aContentType.length(); in parseContentType()
Dhttp_parser_internal.h124 bool parseContentType(const StrPtrLen &aContentType);
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.cpp1455 OSCL_HeapString<OsclMemAllocator> aContentType; in checkContentInfoEvent() local
1456 if (iProtocol->getContentType(aContentType)) in checkContentInfoEvent()
1458 iObserver->ReportEvent(PVMFInfoContentType, (void*)(aContentType.get_cstr())); in checkContentInfoEvent()