Home
last modified time | relevance | path

Searched defs:headerLen (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part_header.cpp216 bool MmsBodyPartHeader::DecodeWellKnownHeader(MmsDecodeBuffer &decodeBuffer, uint32_t &headerLen) in DecodeWellKnownHeader()
276 bool MmsBodyPartHeader::DecodeApplicationHeader(MmsDecodeBuffer &decodeBuffer, uint32_t &headerLen) in DecodeApplicationHeader()
H A Dmms_body_part.cpp155 bool MmsBodyPart::DecodePartHeader(MmsDecodeBuffer &decodeBuffer, uint32_t headerLen) in DecodePartHeader()
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_user_data_decode.cpp114 uint16_t headerLen = 0; in DecodeGsmHeadPduPartData() local
315 uint16_t headerLen; in DecodeUcs2PduPartData() local
H A Dgsm_user_data_pdu.cpp156 uint16_t headerLen = 0; in GetHeaderCnt() local
373 …ol GsmUserDataPdu::DecodeHeader(SmsReadBuffer &buffer, struct SmsUDH &pHeader, uint16_t &headerLen) in DecodeHeader()
/ohos5.0/base/update/updater/services/diffpatch/diff/
H A Dblocks_diff.cpp188 size_t headerLen = 0; in WritePatchData() local
223 int64_t diffDataSize, int64_t newSize, size_t &headerLen) in WritePatchHeader()
251 int64_t diffDataSize, int64_t newSize, size_t &headerLen) in WritePatchHeader()
/ohos5.0/base/request/request/frameworks/native/src/
H A Dparcel_helper.cpp203 uint32_t headerLen = data.ReadUint32(); in UnMarshalConfigHeaders() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_session.cpp393 uint32_t headerLen = sizeof(uint8_t) * HEADER_UINT8_NUM + sizeof(uint16_t) * HEADER_UINT16_NUM + in MakeFragDataHeader() local
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_zipfile.cpp300 size_t headerLen = nameLen + sizeof(LocalFileHeader); in PackStream() local
746 size_t headerLen = 0; in DecodeHeader() local
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/transport/
H A Ddsched_softbus_session.cpp416 uint32_t headerLen = (sizeof(uint16_t) + sizeof(uint16_t)) * HEADER_TLV_NUM + in MakeFragDataHeader() local
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dsms_base_message.cpp311 const int headerLen = 1; in GetMaxSegmentSize() local
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_sms_test.cpp935 uint16_t headerLen = 0; variable
984 uint16_t headerLen; variable
1750 uint16_t headerLen = 0; variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_adapter.c49 …CoapParseOptionExtension(uint16_t *value, const uint8_t **dataPos, uint8_t *headerLen, uint32_t bu… in CoapParseOptionExtension()
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp2491 constexpr size_t headerLen = sizeof(uint64_t); in IsValidScriptBuffer() local