Searched defs:pbContentTypetoSend (Results 1 - 1 of 1) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_transport/src/
H A Ddm_tpt_connection.cc336 // INPUT : pbContentTypetoSend -Pointer to the Content type of the
351 SYNCML_DM_RET_STATUS_T SYNCML_DM_OTAConnection::PrepareRequestHeaders(const UINT8 *pbContentTypetoSend) argument
362 size = ComputeHTTPHeaderLength(pbContentTypetoSend);
389 size += DmSprintf(pBuffer + size,DMTPT_CONT_TYPE_HF "%s" DMTPT_CR_LF,pbContentTypetoSend);
417 // INPUT : pbContentTypetoSend -Pointer to the Content type of the
434 UINT16 SYNCML_DM_OTAConnection::ComputeHTTPHeaderLength(const UINT8 *pbContentTypetoSend) argument
457 wTotalLength += DMTPT_CONT_TYPE_HF_LEN + DmStrlen((CPCHAR)pbContentTypetoSend) + bCrLfLen ;

Completed in 68 milliseconds