Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_common.cpp424 StrPtrLen aContentTypeValue; in getContentType() local
425 if (iParser->getField(aContentTypeKey, aContentTypeValue)) in getContentType()
427 if (aContentTypeValue.length() > 0) in getContentType()
429 …aContentType = OSCL_HeapString<OsclMemAllocator> (aContentTypeValue.c_str(), aContentTypeValue.len… in getContentType()