Searched refs:aContentType (Results 1 – 6 of 6) sorted by relevance
214 bool getContentType(OSCL_String &aContentType) in getContentType() argument216 return iParser->getContentType(aContentType); in getContentType()564 bool getContentType(OSCL_String &aContentType) in getContentType() argument566 return iCurrState->getContentType(aContentType); in getContentType()
421 OSCL_EXPORT_REF bool HttpParsingBasicObject::getContentType(OSCL_String &aContentType) in getContentType() argument429 …aContentType = OSCL_HeapString<OsclMemAllocator> (aContentTypeValue.c_str(), aContentTypeValue.len… in getContentType()
660 OSCL_IMPORT_REF bool getContentType(OSCL_String &aContentType);
310 bool HTTPContentInfoInternal::parseContentType(const StrPtrLen &aContentType) in parseContentType() argument314 char *ptr = (char *)aContentType.c_str(); in parseContentType()315 uint32 len = aContentType.length(); in parseContentType()
124 bool parseContentType(const StrPtrLen &aContentType);
1455 OSCL_HeapString<OsclMemAllocator> aContentType; in checkContentInfoEvent() local1456 if (iProtocol->getContentType(aContentType)) in checkContentInfoEvent()1458 iObserver->ReportEvent(PVMFInfoContentType, (void*)(aContentType.get_cstr())); in checkContentInfoEvent()